\drawMaplePlot
\drawMaplePlot3d

Description

\drawMaplePlot inserts a Maple-driven 2D plot into a question. \drawMaplePlot3d inserts a Maple-driven 3D (surface) plot.

Syntax

\drawMaplePlot[width][height]{formula}{variable}{min}{max}
width option
The width of the plot, in pixels. Default is 250.
height option
The height of the plot, in pixels. Default is 250.
formula
Formula of the function in Maple syntax
variable
The independent variable
min
Minimum value of the variable on the horizontal axis
max
Maximum value of the variable on the horizontal axis
\drawMaplePlot3d[width][height]{formula}{variable1}{min1}{max1}{variable2}{min2}{max2}
width option
The width of the plot, in pixels. Default is 250.
height option
The height of the plot, in pixels. Default is 250.
formula
Formula of the function in Maple syntax
variable1
The first independent variable
min1
Minimum value of the first independent variable
max1
Maximum value of the first independent variable
variable2
The second independent variable
min2
Minimum value of the second independent variable
max2
Maximum value of the second independent variable

Notes