\plot
\plot3d

Description

\plot and plot3d provide a means for authors to allow students to see a plot of their response to a question.

Syntax

\plot{variable}{min}{max}
variable
The independent variable
min
Minimum value of the variable on the horizontal axis
max
Maximum value of the variable on the horizontal axis
\plot3d{variable1}{min1}{max1}{variable2}{min2}{max2}
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