Dynamic Graph range 1 μ D Start=

5 μ D End=

1 μ D pitch=

IUsing Table & Graph Functions in a Program

Table & Graph functions in a program can generate numeric tables and perform graphing operations. The following shows various types of syntax you need to use when programming with Table & Graph functions.

• Table range setting

• Graph draw operation

1

μ F Start=

Connect type: DrawFTG-Con=

5

μ F End=

Plot type: DrawFTG-Plt=

1

μ F pitch=

 

Numeric table generation DispF-Tbl=

IUsing Recursion Table & Graph Functions in a Program

Incorporating Recursion Table & Graph functions in a program lets you generate numeric tables and perform graphing operations. The following shows various types of syntax you need to use when programming with Recursion Table & Graph functions.

Recursion formula input

an+1 Type= .... Specifies recursion type. "3an + 2" μ an+1=

"4bn + 6" μ bn+1=

 

• Table range setting

• Numeric table generation

1

μ R Start=

DispR-Tbl=

5

μ R End=

• Graph draw operation

1

μ a0=

Connect type: DrawR-Con=, DrawR3-Con=

2

μ b0=

Plot type: DrawR-Plt=, DrawR3-Plt=

1

μ an Start=

• Statistical convergence/divergence graph

3

μ bn Start=

(WEB graph)

 

DrawWeb an+1, 10=

IUsing List Sort Functions in a Program

These functions let you sort data in lists into ascending or descending order.

• Ascending order

SortA (List 1, List 2, List 3)

Lists to be sorted (up to six can be specified)

 *

8-24