-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelatedprojects.html
187 lines (187 loc) · 9.6 KB
/
relatedprojects.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Maxima is a fairly complete computer algebra system written in Lisp with an emphasis on symbolic computation. It is based on DOE-MACSYMA and licensed under the GPL free software license. Its abilities include symbolic integration, 3D plotting and solving differential equations.">
<meta name="keywords" content="Maxima, CAS, computer algebra, mathematics, Lisp, symbolic computation, MACSYMA, GPL, free software, differential equations, plotting">
<title>Maxima – Projects Related to Maxima</title>
<link rel="stylesheet" href="maxima.css">
<link rel="icon" type="image/svg+xml" href="img/maxima.svg">
<link rel="alternate icon" href="img/favicon.ico">
</head>
<body>
<div class="header">
<img style="float:left" src="img/maxima.svg">
<h1>Maxima</h1>
<p>A Computer Algebra System</p>
</div>
<div class="topnav">
<a href="es/relatedprojects.html">Español</a>
<a href="pt/relatedprojects.html">Português</a>
<a href="ru/relatedprojects.html">Русский</a>
<a href="tr/relatedprojects.html">Türkçe</a>
</div>
<div class="row">
<div class="leftcolumn">
<div class="card">
<h2>Projects Related to Maxima</h2>
<p>This is a list of software packages that use Maxima or help the user
to interact with Maxima.</p>
</div>
<div class="card">
<h3>User interfaces for Maxima</h3>
<h4><a href="https://github.com/YasuakiHonda/Maxima-on-Android-AS">Maxima on Android</a></h4>
<p>Port of Maxima for Android mobile devices.</p>
<p><strong>Developer:</strong> Yasuaki Honda.</p>
<h4><a href="https://wxmaxima-developers.github.io/wxmaxima/">wxMaxima</a></h4>
<p>“wxMaxima is a cross platform GUI for the computer algebra system
maxima based on wxWidgets. It provides menu and dialog based interface
for maxima and a nice display of math output.”</p>
<p><strong>Developers</strong>: Andrej Vodopivec, Gunter Königsmann et al.</p>
<h4><a href="https://maxima.sourceforge.io/imaxima.html">Imaxima and imath</a></h4>
<p>“Imaxima.el provides support for interacting with the computer
algebra system Maxima in an Emacs buffer. Imaxima processes the output
from Maxima with TeX and inserts the resulting image in the
buffer.” An old <a href="https://web.archive.org/web/20201013010720/https://sites.google.com/site/imaximaimath/Home">website for imaxima</a> is maintained on <a href="https://web.archive.org/">Archive.org</a>. Imaxima and imath are currently developed as part of Maxima.</p>
<p><strong>Developers (inactive):</strong> Jesper Harder and Yasuaki Honda.</p>
<p><strong>Maintainer:</strong> Leo Butler.</p>
<h4><a href="https://www.texmacs.org/">TeXmacs</a></h4>
<p>“GNU TeXmacs is a free wysiwyw (what you see is what you want)
editing platform with special features for scientists. The software
aims to provide a unified and user friendly framework for editing
structured documents with different types of content (text, graphics,
mathematics, interactive content, etc.).”</p>
<p><strong>Developer:</strong> Joris van der Hoeven.</p>
<h4><a href="http://kayali.sourceforge.net/">Kayali</a></h4>
<p>“Kayali is a Qt based Computer Algebra System (CAS) that can also
be used as an advanced replacement for KDE KCalc. It is essentially a
front end GUI for Maxima (and is easily extended to other CAS
back-ends) and Gnuplot.”</p>
<p><strong>Developer:</strong> Abdulhaq Lynch.</p>
<h4><a href="http://symaxx.sourceforge.net/Symaxx_1/">Symaxx2</a></h4>
<p>“Symaxx is a graphical front end for the Maxima computer algebra
system (GPL).”</p>
<p><strong>Developer:</strong> Markus Nentwig.</p>
</div>
<div class="card">
<h3>Systems using Maxima as a component</h3>
<h4><a href="https://cantor.kde.org/">Cantor</a></h4>
<p>"KDE Frontend to mathematical applications.
Cantor is an application that lets you use your favorite
mathematical programming language from within a nice
worksheet interface.
It offers assistant dialogs for common tasks
and allows you to share your worksheets with others."
Cantor is built upon <a href="http://labplot.kde.org/">LabPlot</a>.
"In LabPlot you get the Notebook interface, can perform your
computations in your favorite CAS and the visualization can be done in
LabPlot."</p>
<p><strong>Developer: </strong>KDE Project.</p>
<h4><a href="http://euler.rene-grothmann.de/">Euler</a></h4>
<p>“Euler is a MatLab like numerical system with a GUI frontend in
notebook style ala Maple, plot features, and a numerical programming
language. Euler can be used as a GUI frontend to Maxima. It can also
exchange data and expressions with Maxima, helping Maxima with
numerical calculations, and Euler with symbolic evaluation.”</p>
<p><strong>Developer:</strong> Rene Grothmann.</p>
<h4><a href="https://www.sagemath.org/">SAGE</a></h4>
<p>“Sage is a free open-source mathematics software system
licensed under the GPL. It builds on top of many existing open-source
packages: NumPy, SciPy, matplotlib, Sympy, Maxima, GAP, FLINT, R and
many more.”</p>
<p><strong>Developers:</strong> More than 100 volunteers.</p>
<h4><a href="https://stack-assessment.org/">STACK</a></h4>
<p>“An open-source system for computer-aided assessment in Mathematics
and related disciplines, with emphasis on formative assessment.”</p>
<p><strong>Developers:</strong> Chris Sangwin et al.</p>
<h4><a href="https://wimsedu.info/?page_id=68">WIMS</a></h4>
<p>“The WIMS educational platform offers a rich panoply of resources
and exercises either with free access or for personalised study. The
teaching/learning materials on WIMS are created with the help of high
quality open source software for science (Maxima, Gnuplot, Pari/Gp,
Octave).”</p>
<p><strong>Developers:</strong> Xiao Gang and others.</p>
</div>
<div class="card">
<h3>Tools to include Maxima results in other systems</h3>
<h4>Maxiplot</h4>
<p>A Latex package providing environments and commands to
include <em>Maxima</em> and <em>Gnuplot</em> sessions within a
document, inserting the results and graphics in the processed
document. You only need to download this
file: <a href="contrib/maxiplot/maxiplot.sty">maxiplot.sty</a> and
follow the examples in
the <a href="contrib/maxiplot/maxiplot_en.pdf">Maxiplot manual</a>
(Latex source
file: <a href="contrib/maxiplot/maxiplot_en.tex">maxiplot_en.tex</a>)</p>
<p><strong>Developer:</strong> José Miguel M. Planas</p>
<h4><a href="https://www.wiki.ed.ac.uk/display/Physics/Jacomax">Jacomax</a></h4>
<p>“Jacomax (Java Connector for Maxima) is a basic Java interface for
the Maxima computer algebra system.”</p>
<p><strong>Developer:</strong> David McKain</p>
<h4><a href="https://sourceforge.net/projects/equation/">Symbolic Equation Manipulator</a></h4>
<p>“Edit equations right on the screen with your mouse, and never make
a mistake. Guide the program through any complex algebraic
manipulation, and let it handle the tedious details. Many other
features!”</p>
<p><strong>Developer:</strong> James Hart.</p>
<h4><a href="http://meta.wikimedia.org/wiki/User:Mafs/Computer_algebra">Mediawiki Algebra extension</a></h4>
<p>Allows to include Maxima sessions into Mediawiki pages. A local
installation of Maxima is then used to get the result that gets
incorporated into the Wiki page.</p>
<p><strong>Developer:</strong> Markus Arndt.</p>
</div>
<div class="card">
<h3>Web interfaces running Maxima</h3>
<h4><a href="http://yamwi.sourceforge.net">Yamwi</a></h4>
<p>“A project devoted to the development of a PHP-based web interface
to Maxima. The <em>Centro de Supercomputación de Galicia</em> hosts a
Maxima+Yamwi computational environment
at <a href="http://maxima.cesga.es">http://maxima.cesga.es</a>.”</p>
<p><strong>Developer:</strong> Mario Rodríguez Riotorto.</p>
<h4><a href="http://mathassistant.sourceforge.net/">Mathematical Assistant on Web</a></h4>
<p>“This site contains interface to access computer algebra system
Maxima and automatically solve selected typical problems from
mathematical courses, including intermediate steps in the
solution.”</p>
<p><strong>Developers:</strong> Robert Marik and Miroslava Tihlarikova.</p>
<h4><a href="https://sourceforge.net/projects/maximaphp/">MaximaPHP</a></h4>
<p>“A PHP program to access Maxima on the server interactively from a
website.”</p>
<p><strong>Developer:</strong> Bowo Prasetyo.</p>
<h4><a href="https://sourceforge.net/projects/wmi/">WebMathematics Interactive</a></h4>
<p>“An open web-based eLearning system in mathematics for grammar
school and/or university students, including basic mathematical
functions (equation solving, function plotting, symbolic
differentation and antiderivation) and thematic modules.”</p>
<p><strong>Developer:</strong> Zoltan Kovacs.</p>
<h4><a href="http://icm.mcs.kent.edu/research/demo.html">Interactive Demos of Mathematical Computations</a></h4>
<p>Live demos of various mathematical computation capabilities.</p>
<p><strong>Developers:</strong> Institute for Computational
Mathematics at Kent State University.</p>
</div>
</div>
<div class="rightcolumn">
<div class="menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="documentation.html">Documentation</a></li>
<li><a href="project.html">The Maxima Project</a></li>
<li><a href="maximalist.html">Mailing Lists</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="compalg.html">Computer Algebra Systems</a></li>
<li><a href="lisp.html">Maxima and Lisp</a></li>
<li><a href="3rdpartycode.html">Third Party Code</a></li>
</ul>
</div>
</div>
</div>
<div class="footer">
<p>Any questions about Maxima or this site should be asked in
the <a href="maximalist.html">mailing list</a>.</p>
<span>Last modified: 2023/07/25 19:27:10 UTC</span>
</div>
</body>
</html>