kUsing 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

kUsing 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, DrawRΣ-Con

2

b0

Plot type: DrawR-Plt, DrawRΣ-Plt

1

an Start

• Statistical convergence/divergence graph

3

bn Start

(WEB graph)

 

DrawWeb an+1, 10

8-34