|
D.9.1.2 mathinit
Procedure from library graphics.lib (see graphics_lib).
- Usage:
- mathinit();
- Return:
- initializing string for loading Mathematica's ImplicitPlot
Example:
| LIB "graphics.lib";
mathinit();
==> << Graphics`ImplicitPlot`
// Paste the output into a Mathematica notebook
// active evalutation of the cell with SHIFT RETURN
|
|