Using Maxima sessions inside TeXmacs |
http://maxima.sf.net
The installation procedure from source is still quite unstable, so we recommend you to use the binary distributions or the rpm.
Here follows a sample session, which was started using
Licensed under GNU Library General Public License
Contains Enhancements by W. Schelter
Maxima 5.9.0 http://maxima.sourceforge.net
Distributed under the GNU Public License. See the file COPYING.
Dedicated to the memory of William Schelter.
This is a development version of Maxima. The function bug_report()
provides bug reporting information.
(C1) |
f(x):=x+sin(x)
|
(C2) |
diff(f(x),x)
|
(C3) |
integrate(f(x),x)
|
x2 |
2 |
(C4) |
plot2d(f(x),[x,-10,10]);
|
(C5) |
|
The result graph of (C4) is shown
in a popup window, which is not yet embedded into the worksheet. You
should save it as a postscript file or capture the image and use
|