Maxima is a fairly complete computer algebra system written in lisp with an emphasis on symbolic computation. Maxima is based on DOE-MACSYMA and licensed under the GPL. Its abilities include symbolic integration, 3D plotting, and an ODE solver.
Franz Inc. has created a prompt that allows you to try Maxima via the Web. Simply click on one of the links below to get connected. Once the Maxima Prompt appears, you can begin plugging in algebraic equations!
Maxima's abilities include symbolic integration, 3D plotting, and an ODE solver.
Example 1: If you enter integrate(sin(x),x); the system will return the symbolic representation of the integration, i.e., -cos(x).
Example 2: If you enter diff(1/sqrt(1+x^3),x); the system will return -3*x^2/2*(x^3+1)^(3/2).
The Maxima User Manual can be found at: http://maxima.sourceforge.net/docs.shtml. The source code can be found at: http://sourceforge.net/projects/maxima/.
A review of the original Macsyma application can be found at: http://www.cs.berkeley.edu/~fateman/papers/mac82b.pdf.
Personal Telnet Client: click here or connect to maxima.franz.com on port 23
Java Telnet Applet: click here.
Copyright © Franz Inc., All Rights Reserved | Privacy Statement |