User Guide

42 Commands and Functions Listing
Histogram
Where # gives Plot1, Plot2 or Plot3.
TYPE
Horiz
Horiz
Sets horizontal split-screen mode.
z
Horiz
Horizontal
Horizontaly[,color#,linestyle#]
Draws a horizontal line at y in a specified
Color#: 10 - 24 or color name pasted from [vars] COLOR.
line style#: 1-4.
y <
DRAW
3:Horizontal
I
i
i
Returns the complex number i.
y V
identity(
identity(dimension)
Returns the identity matrix of dimension rows x dimension columns.
y >
MATH
5:identity(
If
If condition:commandA:commands
If condition=0 (false), skips commandA.
¼
CTL
1:If
If
Then
End
If:conditionThen:commandsEnd:commands
Executes commands from Then to End if condition=1 (true).
¼
CTL
2:Then