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
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,
GraphType "y="
Define y1(x) = 3 ⋅ x^2 – 2
GTSelOn 1
0 S FStart
6 S FEnd
1 S FStep
SheetActive 1
DispFTable
Pause
DrawFTGCon
20050501