-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
210 lines (178 loc) · 9.96 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!doctype html>
<html lang="en">
<head>
<title>Integral Calculator | Index</title>
<link rel="shortcut icon" href="/img/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="site/css/style.css">
<link rel="stylesheet" href="site/css/theme.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Overpass+Mono">
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(72666283, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/72666283" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PPHNLWBV0F"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-PPHNLWBV0F');
</script>
<!-- /Google Analytics -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<script src="https://buttons.github.io/buttons.js"></script>
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<link rel="stylesheet"
<script>hljs.highlightAll();</script>
</head>
<body>
<div class="nav-left pc">
<div class="centered nav-top">
<div>
<div class="centered">
<img class="logo pc" src="site/img/integral.png" width="200wh" height="120wh"/>
</div>
<h3>Integral Calculator</h3>
<p class="slogan pc" style="color: gray">A Calculator for integrals</p>
</div>
<br>
</div>
<h5>Table of contents</h5>
<ul class='table-of-contents'>
<li class="active-link"> <span class="iconify" data-icon="octicon:home-16" data-inline="true"></span><a href="index.html" alt="Main page with all key points">Home page</a> </li>
<li><!--active_quickstart--><span class="iconify" data-icon="octicon:zap-16" data-inline="true"></span><a href="site/get-started.html">Get Started</a> </li>
<li><!--active_wiki--> <span class="iconify" data-icon="octicon:book-16" data-inline="true"></span><a href="site/sources.html">Sources</a> </li>
<li><!--active_whatsnew--> <span class="iconify" data-icon="octicon:flame-16" data-inline="true"></span><a href=""><s>What's new</s></a> </li>
<li><!--active_demo--> <span class="iconify" data-icon="octicon:code-review-16" data-inline="true"></span><a href="site/demo.html">Try online</a> </li>
<li><span class="iconify" data-icon="octicon:mark-github-16" data-inline="true"></span><a href="https://github.com/PavlosTzitzos/integrals_calculator" target="_blank">GitHub</a> </li>
<li><span class="iconify" data-icon="octicon:bug-16" data-inline="true"></span><a href="https://github.com/PavlosTzitzos/integrals_calculator/issues" target="_blank">Report a bug</a></li>
<li><span class="iconify" data-icon="octicon:heart-16" data-inline="true"></span><a href="" target="_blank"><s>Donate</s></a></li>
<!--<li><span class="iconify" data-icon="octicon:comment-discussion-16" data-inline="true"></span><a href=""><s>Contacts</s></a> </li>-->
</ul>
</div>
<div class="main">
<div class="head-of-page">
<!--Head of page for mobiles-->
<div class="centered phone">
<img class="logo" src="site/img/integral.png" width="200wh"/>
<h2>Integral Calculator</h2>
</div>
<!--End-->
<!--For mobiles-->
<details class="phone"><summary>Navigation</summary>
<div class="centered link-block-mob">
<a href="index.html">Home</a>
<a href="site/get-started.html">Get Started</a>
<a href="site/sources.html">Sources</a>
<a href=""><s>What's new</s></a>
<a href="site/demo.html">Try Online</a>
<a href=""><s>Use</s></a>
<a href="https://github.com/PavlosTzitzos/integrals_calculator" target="_blank">GitHub</a>
<a href="https://github.com/PavlosTzitzos/integrals_calculator/issues" target="_blank">Report a bug</a>
<!--<a href=""><s>Contacts</s></a>-->
</div>
</details>
<!--End-->
</div>
<!--Top end-->
<h2 class="centered"><a name="about" href="#about" class="anchor">What is Integral Calculator?</a></h2>
<hr/>
<p>
Integral Calculator is an
<a href="https://github.com/PavlosTzitzos/integrals_calculator/discussions">open-source</a>
project of a symbolic calculator for integrals. You can compute almost any integral
difinite and indifinite:
<ul>
<li>Double Integrals</li>
<li>Triple Integrals</li>
<li>Line Integrals</li>
<ul>
<li>Scalar Function</li>
<li>Vector Function</li>
</ul>
<li>Surface Integrals</li>
<ul>
<li>Scalar Function</li>
<li>Vector Function</li>
</ul>
<li>General Integrals * not ready yet</li>
</ul>
with all the steps. Also supports two languages : English and Greek.
</p>
<p>
This is a project that was initially created in MATLAB and then moved to Python
with sympy. Then we started adding GUI with tkinter and then then current version
is using PySimpleGUI. We are currently working on a C# version using AngouriMath !!
</p>
<p>
It is free to use even in commercial projects. We work on it, so your requests on <a
href="https://github.com/PavlosTzitzos/integrals_calculator/issues">issues</a> are likely to be
considered within a few days. The project is developed by <a href="https://github.com/PavlosTzitzos">Pavlos Tzitzos</a> and <a href="https://github.com/navrozidis">Vasilis Navrozidis</a> .
</p>
<div class="centered">
<a href="site/get-started.html"><b>[ Get started ]</b></a>
</div>
<br>
<hr class="pc">
<div class="badges">
<div class="centered pc">
<a class="github-button" href="https://github.com/PavlosTzitzos/integrals_calculator/" data-color-scheme="no-preference: dark; light: light; dark: dark;" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star asc-community/integrals_calculator on GitHub">Star</a>
<a class="github-button" href="https://github.com/PavlosTzitzos/integrals_calculator/subscription" data-color-scheme="no-preference: dark; light: light; dark: dark;" data-icon="octicon-eye" data-size="large" data-show-count="true" aria-label="Watch asc-community/integrals_calculator on GitHub">Watch</a>
<a class="github-button" href="https://github.com/PavlosTzitzos/integrals_calculator/" data-color-scheme="no-preference: dark; light: light; dark: dark;" data-icon="octicon-repo-forked" data-size="large" data-show-count="true" aria-label="Fork asc-community/integrals_calculator on GitHub">Fork</a>
<a class="github-button" href="https://github.com/PavlosTzitzos/integrals_calculator/" data-color-scheme="no-preference: dark; light: light; dark: dark;" data-icon="octicon-issue-opened" data-size="large" data-show-count="true" aria-label="Issue asc-community/integrals_calculator on GitHub">Issue</a>
</div>
</div>
<hr class="pc">
<!--License-->
<div class="block">
<h3 class="centered"><a name="license" href="#license" class="anchor">License</a></h3>
<hr>
<p>
The project is licensed under <a href="https://github.com/PavlosTzitzos/integrals_calculator/blob/main/LICENSE.md">MIT license</a>.
You can use Integral Calculator in open-source, closed, free, and commercial projects with no restrictions.
</p>
<p>
But we appreciate your mention of Integrals Calculator in your project.
</p>
</div>
<!--TODO list-->
<div class="block">
<h3 class="centered"><a name="todolist" href="" class="anchor">TODO List</a></h3>
<hr>
<p>
We are currently trying to improve the calculator and the repository:
<ul>
<li>fix the site</li>
<li>use IPython to check the project</li>
<li>comments for code</li>
<li>general integrals</li>
<li>html based gui</li>
<li>more examples</li>
<li>simple integrals step by step</li>
<li>add explaination on help button</li>
<li>other ideas , changes , issues or fixes ...</li>
</ul>
</p>
</div>
<!--Bottom begin-->
<br><br><br><br>
<a href="https://github.com/PavlosTzitzos">Pavlos Tzitzos</a> © 2023 ·
<a href="https://github.com/navrozidis">Vasilis Navrozidis</a> © 2023 ·
<a href="https://github.com/PavlosTzitzos/integrals_calculator">Project's repo</a> ·
<a href="https://github.com/PavlosTzitzos/integrals_calculator">Site's repo</a> ·
<a href="https://cimi.gr">CIMI</a>
</div>
</body>
</html>