12-7-2

Including ClassPad Functions in Programs

Including 3D Graphing Functions in a Program

The methods for using 3D graphing functions in a program are identical to those for normal (non-3D) graphing functions, except that you can only graph one 3D graph at a time. For information about commands that are unique to 3D graphing, see “3D” on page 12-6-24.

Including Table & Graph Functions in a Program

Table & Graph functions can be included in a program to generate number tables and draw graphs.

Example: DefaultSetup ClrGraph

ViewWindow 0, 7.7, 1, –14, 110, 10 GraphType "y="

Define y1(x) = 3 σ x^2 – 2 GTSelOn 1

0 2 FStart

6 2 FEnd

1 2 FStep SheetActive 1 DispFTable Pause DrawFTGCon

20060301