About this site

This site is the home of imaxima and imath, Emacs extension programs for Maxima Computer Algebra System.

You can find the latest release package, how to install, examples of both imaxima and imath here.

Tutorial of Imaxima inline graph

Following commands can be used in a maxima session to draw graphs to be displayed inline:

`wxplot2d', `wxplot3d', `wxdraw2d', `wxdraw3d', `wximplicit_plot', and `wxcontour_plot'.

Here is an example of inline graph in Emacs:

These commands correspond to their original commands `plot2d', `plot3d', `draw2d', `draw3d', `implicit_plot', and `contour_plot'. Please refer to the Maxima manual entries of these commands to know how to use wx-prefixed versions of the commands.

Here is the second example with wxdraw3d command:



The inline graph support is implemented also in imath mode. You can use the above six commands in {maxima maxima} syntax.