Program Command Reference
Inverse
Syntax: Inverse<y or x graph number>
Function: Graphs the inverse of a function.
Description: Graph number range: 1 to 100
Line
Syntax: Line<start point
Function: Draws a line between two specified coordinates.
Example: Line 1,
Tip
•The line is not drawn if a start point coordinate or end point coordinate is outside of the current Graph window.
NormalLine
Syntax: NormalLine<graph number>,
Function: Draws a normal line.
Example: NormalLine 1, 2
Description: Draws a line normal to the graph at the specified
Plot
Syntax:
Function: Displays a pointer at the location specified by the coordinates and plots a point there.
PlotChg
Syntax:
Function: Toggles display of the plot at the specified coordinates on and off.
PlotOff
Syntax:
Function: Turns off display of the plot at the specified coordinates.
PlotOn
Syntax:
Function: Turns on display of the plot at the specified coordinates.
20050501