emaxima模式
This is a cell in emaxima mode.
\beginmaxima
\endmaxima
A cell can be created by typing C-c C-o.
When working with several cells, you can jump between them by using C-c + to go to the next cell and C-c - togo to the previous cell.
you can insert formula of math between
\beginmaxima
\endmaxima

To evaluate the contents of a cell,the ommand C-cC-u c will send the contents of the cellto a Maxima process (if there is no Maxima process running, one will be started) and return the results to the cell.

To delete the output and return the cell to its original form, you can use the command C-c C-d.
\beginmaxima
\endmaxima
A cell can be created by typing C-c C-o.
When working with several cells, you can jump between them by using C-c + to go to the next cell and C-c - togo to the previous cell.
you can insert formula of math between
\beginmaxima
\endmaxima

To evaluate the contents of a cell,the ommand C-cC-u c will send the contents of the cellto a Maxima process (if there is no Maxima process running, one will be started) and return the results to the cell.

To delete the output and return the cell to its original form, you can use the command C-c C-d.
转载于:https://blog.51cto.com/cmdblock/116326