-
-
Notifications
You must be signed in to change notification settings - Fork 116
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (207 loc) · 13.2 KB
/
Copy pathindex.html
File metadata and controls
226 lines (207 loc) · 13.2 KB
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>SymPy</title>
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet" type="text/css" />
<!-- <link rel="stylesheet" href="/static/css/base.css" type="text/css" media="screen" /> -->
<!-- <link rel="stylesheet" id="current-theme" href="/static/css/style.css" type="text/css" media="screen" /> -->
<link rel="stylesheet" href="/static/external/css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/static/external/css/responsive-gs-12col.css" type="text/css" media="screen" />
<link rel="stylesheet" href="/static/css/base.css" type="text/css" media="screen" />
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Gentium+Basic" rel="stylesheet" type="text/css" />
<link rel="icon" href="/static/SymPy-Favicon.ico" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js"></script>
<script type="text/javascript" src="/static/javascript/main.js"></script>
</head>
<body>
<div class="container">
<header>
<h1><a href="index.html"> <img src="/static/images/logo.png" alt="SymPy Logo" /> SymPy</a></h1>
<div id="mobile-menu"><i class="icon-ellipsis-vertical"></i></div>
</header>
<nav id="main-navigation" class="row">
<ul>
<li class="active"><a href="index.html">Hoofdpagina</a></li>
<li class=""><a href="features.html">Features</a></li>
<li class=""><a href="download.html">Download</a></li>
<li class=""><a href="http://docs.sympy.org">Documentatie <i class="icon-external-link-sign"></i></a></li>
<li class=""><a href="support.html">Ondersteuning</a></li>
<li class=""><a href="development.html">Ontwikkeling</a></li>
<li class=""><a href="donate.html">Doneer</a></li>
<li><a href="http://live.sympy.org/">Online Shell <i class="icon-external-link-sign"></i></a></li>
</ul>
</nav>
<section class="row" id="main">
<div class="col span_7 clr small_span_4">
<section id="banner">
<h2 class="title">Over SymPy</h2>
<div class="inner">
<p class="first">
SymPy is a Python library for symbolic mathematics. It aims to
become a full-featured computer algebra system (CAS) while keeping the code as
simple as possible in order to be comprehensible and easily extensible. SymPy
is written entirely in Python.
</p>
<section id="get-started">
<p><a href="http://docs.sympy.org/latest/tutorial/index.html">Get started with the tutorial</a> <a href="https://github.com/sympy/sympy/releases">Download Now</a></p>
</div>
</section>
<article id="content">
<h2 class="title">Why SymPy</h2>
<div class="inner">
<p>SymPy is…</p>
<ul>
<li><strong>Free:</strong> Licensed under BSD, SymPy is free both as in speech and as in beer. </li>
<li><strong>Python-based:</strong> SymPy is written entirely in Python and uses Python for its language. </li>
<li><strong>Lightweight:</strong>
SymPy only depends on <a href="http://mpmath.org/">mpmath</a>, a pure Python library for arbitrary
floating point arithmetic, making it easy to use. </li>
<li><strong>A library:</strong> Beyond use as an interactive tool, SymPy can be embedded in other applications and extended with custom functions. </li>
</ul>
<p><a href="features.html">See SymPy's features</a></p>
</div>
<h2 class="title">Projects using SymPy</h2>
<div class="inner">
<p>This is an (incomplete) list of projects that use SymPy. If you use SymPy in
your project, please let us know on our <a href="https://groups.google.com/forum/#!forum/sympy">mailinglist</a>, so that we can add your
project here as well.</p>
<ul>
<li><strong><a href="http://www.sagemath.org/">SageMath</a></strong>: Open source mathematics system that
includes SymPy. </li>
<li><strong><a href="http://www.pydy.org/">PyDy</a></strong>: Multibody dynamics in Python. </li>
<li><strong><a href="https://github.com/brombo/galgebra">galgebra</a></strong>: Geometric algebra (previously sympy.galgebra). </li>
<li><strong><a href="http://yt-project.org/">yt</a></strong>: Python package for analyzing and visualizing
volumetric data (<a href="http://yt-project.org/doc/analyzing/units/index.html">yt.units</a> uses SymPy). </li>
<li><strong><a href="http://sfepy.org/">SfePy</a></strong>: Simple finite elements in Python. </li>
<li><strong><a href="http://quameon.sourceforge.net/">Quameon</a></strong>: Quantum Monte Carlo in Python. </li>
<li><strong><a href="http://lcapy.elec.canterbury.ac.nz/">Lcapy</a></strong>: Experimental Python package for teaching linear circuit analysis. </li>
<li><strong><a href="http://digitalcommons.calpoly.edu/cgi/viewcontent.cgi?article=1072&context=physsp/">Quantum Programming in Python</a></strong>: Quantum 1D Simple Harmonic Oscillator and Quantum Mapping Gate. </li>
<li><strong><a href="http://mech.fsv.cvut.cz/~stransky/software/latexexpr/doc/">LaTeX Expression project</a></strong>: Easy LaTeX typesetting of algebraic expressions in symbolic form with automatic substitution and result computation). </li>
<li><strong><a href="https://www.researchgate.net/publication/260585491_Symbolic_Statistics_with_SymPy/">Symbolic statistical modeling</a></strong>: Adding statistical operations to complex physical models. </li>
</ul>
</div>
</article>
</div>
<div id="spacer" class="col span_1 clr small_span_0"> </div>
<aside id="sidebar" class="col span_4 clr small_span_2">
<div id="search-gamma" class="sidebar_card">
<h3>Uitrekenen met Gamma</h3>
<form method="get" action="http://www.sympygamma.com/input/" target="_blank">
<input type="text" name="i" />
<button>Uitrekenen</button>
</form>
</div>
<div id="about" class="sidebar_card">
<h3>Nu Downloaden</h3>
<p>
<a href="https://github.com/sympy/sympy/releases">Laatste Versie</a><br/>
<a href="http://github.com/sympy/sympy">Ontwikkelingsversie</a>
</p>
</div>
<div id="quick_links" class="sidebar_card">
<h3>Quick Links</h3>
<ul>
<li><a href="http://docs.sympy.org/">Documentatie</a></li>
<li><a href="https://github.com/sympy/sympy/releases">Downloads (source tarballs)</a></li>
<li><a href="https://groups.google.com/group/sympy">Mailing list</a></li>
<li><a href="https://github.com/sympy/sympy">Broncode</a></li>
<li><a href="https://github.com/sympy/sympy/issues/">Issue tracker</a></li>
<li><a href="https://github.com/sympy/sympy/wiki">Wiki</a></li>
<li><a href="https://github.com/sympy/sympy/wiki/introduction-to-contributing">Introduction to contributing</a></li>
<li><a href="http://live.sympy.org/">Probeer Sympy nu online uit</a></li>
<li><a href="http://sympy.blogspot.com/">Officiële Sympy blog</a></li>
<li><a href="http://planet.sympy.org/">Planet SymPy</a></li>
<li><a href="https://gitter.im/sympy/sympy">Chat (Gitter)</a></li>
<li><a href="http://colabti.org/irclogger/irclogger_logs/sympy">IRC kanaal log</a></li>
</ul>
</div>
<div id="social" class="sidebar_card">
<h3>Volg Ons<h3>
<!-- Place this tag where you want the widget to render. -->
<div class="g-follow" data-annotation="bubble"
data-height="24"
data-href="https://plus.google.com/116872266504964122381"
data-rel="publisher"></div>
<!-- Place this tag after the last widget tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type =
'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(po, s);
})();
</script>
<a href="https://twitter.com/sympy"
class="twitter-follow-button" data-show-count="false"
data-size="large">Follow @sympy</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document,
'script', 'twitter-wjs');</script>
</div>
<div class="sidebar_card">
<h3>Nieuws</h3>
<p>
<span class="date">8 mrt. 2016</span> Version 1.0 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-1.0">wijzigingen</a>)<br/>
</p><p>
<span class="date">3 sep. 2015</span> Version 0.7.6.1 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.6.1">wijzigingen</a>)<br/>
</p><p>
<span class="date">20 nov. 2014</span> Version 0.7.6 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.6">wijzigingen</a>)<br/>
</p><p>
<span class="date">14 feb. 2014</span> SymPy is accepted as a <a href="http://www.google-melange.com/gsoc/org2/google/gsoc2014/sympy">mentoring organization</a> for Google Summer of Code 2014 <br/>
</p><p>
<span class="date">22 feb. 2014</span> Version 0.7.5 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.5">wijzigingen</a>)<br/>
</p><p>
<span class="date">15 dec. 2013</span> Version 0.7.4.1 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.4.1">wijzigingen</a>)<br/>
</p><p>
<span class="date">9 dec. 2013</span> Version 0.7.4 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.4">wijzigingen</a>)<br/>
</p><p>
<span class="date">13 jul. 2013</span> Version 0.7.3 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.3">wijzigingen</a>)<br/>
</p><p>
<span class="date">8 apr. 2013</span> SymPy is accepted as a <a href="http://www.google-melange.com/gsoc/org/show/google/gsoc2013/sympy">mentoring organization</a> for Google Summer of Code 2013 <br/>
</p><p>
<span class="date">16 okt. 2012</span> Version 0.7.2 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.2">wijzigingen</a>)<br/>
</p><p>
<span class="date">17 mrt. 2012</span> SymPy is accepted as a <a href="http://www.google-melange.com/gsoc/org/show/google/gsoc2012/sympy">mentoring organization</a> for Google Summer of Code 2012 <br/>
</p><p>
<span class="date">29 jul. 2011</span> Version 0.7.1 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.1">wijzigingen</a>)<br/>
</p><p>
<span class="date">28 jun. 2011</span> Version 0.7.0 is uitgebracht (<a href="https://github.com/sympy/sympy/wiki/Release-Notes-for-0.7.0">wijzigingen</a>)<br/>
</p><p>
<span class="date">18 mrt. 2011</span> SymPy is accepted as a <a href="http://www.google-melange.com/gsoc/org/show/google/gsoc2011/sympy">mentoring organization</a> for Google Summer of Code 2011<br/>
</p><p>
<span class="date">23 okt. 2010</span> New website launched at sympy.org<br/>
</p><p>
<span class="date">18 okt. 2010</span> Final page about the <a href="https://github.com/sympy/sympy/wiki/GSoC-2010-report">2010 Google Summer of Code in SymPy</a> is available.<br/>
</p><p>
<span class="date">17 mrt. 2010</span> Version 0.6.7 is uitgebracht (<a href="http://code.google.com/p/sympy/wiki/Changes">wijzigingen</a>)<br/>
</p><p>
<span class="date">20 dec. 2009</span> Version 0.6.6 is uitgebracht (<a href="http://code.google.com/p/sympy/wiki/Changes">wijzigingen</a>)<br/>
</p><p>
<span class="date">26 sep. 2009</span> Final page about the <a href="https://github.com/sympy/sympy/wiki/GSoC-2009-report">2009 Google Summer of Code in SymPy</a> is available.
</p>
</div>
</aside>
</section>
<footer class="row">
<p>Copyright © 2016 SymPy Development Team. </p>
<p>
Deze pagina is open source. Fork <a href="https://github.com/sympy/sympy.github.com"> het project op GitHub</a> om het aan te passen.
</p>
<p>
Talen (beta):
<a href="../cs/index.html">[Cs]</a>,
<a href="../de/index.html">[De]</a>,
<a href="../en/index.html">[En]</a>,
<a href="../fr/index.html">[Fr]</a>,
<a href="../nl/index.html">[Nl]</a>,
<a href="../pt/index.html">[Pt]</a>,
<a href="../ru/index.html">[Ru]</a>,
<a href="../zh/index.html">[Zh]</a>
</p>
</footer>
</div>
</body>
</html>