salewski / maxima-mirror

salewski's personal mirror of https://sourceforge.net/p/maxima/code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maxima is a symbolic computation program.  It is full featured,
doing symbolic manipulation of polynomials, matrices, rational
functions, integration, Todd-coxeter, graphing, bigfloats.  It has a
symbolic debugger source level debugger for maxima code.  Maxima is
based on the original Macsyma developed at MIT in the 1970's.
It comes with extensive self tests.

Maxima is distributed under the GNU General Public License, with some
export restrictions from the U.S. Department of Energy. See the file
COPYING.

Installation information is available in the file INSTALL. Summary
information about this release can be found in the file NEWS. Detailed
change information is available in the ChangeLog.

A simple usage example:

(%i1)	pyth:a^2+b^2=c^2;
(%o1)	b^2+a^2=c^2

(%i2)	solve(pyth,a);
(%o2)	[a=-sqrt(c^2-b^2),a=sqrt(c^2-b^2)]

(%i3)	integrate(x*sin(a*x),x);
(%o3)	(sin(a*x)-a*x*cos(a*x))/a^2

For more information on Maxima, see the Maxima web site,
<https://maxima.sourceforge.io>.

About

salewski's personal mirror of https://sourceforge.net/p/maxima/code

License:Other


Languages

Language:Common Lisp 73.7%Language:Fortran 17.2%Language:TeX 2.8%Language:Tcl 1.8%Language:Emacs Lisp 1.6%Language:Roff 0.8%Language:HTML 0.6%Language:C 0.4%Language:Shell 0.3%Language:Makefile 0.3%Language:Perl 0.2%Language:M4 0.2%Language:CMake 0.1%Language:Python 0.1%Language:Java 0.1%Language:ANTLR 0.0%Language:Rich Text Format 0.0%Language:Assembly 0.0%Language:JetBrains MPS 0.0%Language:Gnuplot 0.0%Language:VBScript 0.0%Language:NewLisp 0.0%Language:HolyC 0.0%Language:Batchfile 0.0%