NumStep

Function

Parametric

Polar

Sequence

NumType

Function

Parametric

Polar

Sequence

NumZoom

Function

Parametric

Polar

Sequence

StatMode

Statistics

Sets the step size (increment value) for an independent variable in Numeric view.

From Num Setup, enter a value for NUMSTEP.

or

In a program, type

n X NumStep

where n > 0

Sets the table format.

From Num Setup, choose Automatic or Build Your Own.

or

In a program, type

0X NumType for Build Your Own.

1X NumType for Automatic (default).

Sets the zoom factor in the Numeric view.

From Num Setup, type in a value for NUMZOOM.

or

In a program, type

n X NumZoom

where n > 0

Enables you to choose between 1-variable and 2-variable statistics in the Statistics aplet. Does not appear in the Plot

Setup input form. Corresponds to the and menu keys in Numeric View.

In a program, store the constant name (or its number) into the variable StatMode. 1VAR =1, 2VAR=2.

Example

1VAR X StatMode

or

1 X StatMode

Programming

16-41