20050501
12-7 Including ClassPad Functions in Programs
Including Graphing Functions in a Program
Graphing functions let your program graph multiple equations, or overlay multiple graphs on
the same screen.
Example:
DefaultSetup
ClrGraph
ViewWindow 0, 7.7, 1, –14, 110, 10
GraphType "y="
Define y1(x) = x^4 – x^3 – 24x^2 + 4x + 80
GTSelOn 1
PTDot 1
SheetActive 1
DrawGraph
12-7-1
Including ClassPad Functions in Programs
Using Conics Functions in a Program
Conics functions make it possible for your program to draw conics graphs.
Example:
ClrGraph
ViewWindow –15.4, 15.4, 2, –7.6, 7.6, 2
"(x – 1)^2/3^2 + (y – 2)^2/4^2 = 1"
S
ConicsEq
DrawConics
Summary of Contents for ClassPad 300 PLUS
Page 11: ...20050501 ClassPad 300 PLUS ClassPad OS Version 2 20 ...
Page 197: ...20050501 2 10 7 Using Verify 4 Input x 2 1 and press E 5 Input x i x i and press E ...
Page 649: ...20050501 u Graph Line Clustered D u Graph Line Stacked F 13 8 2 Graphing ...
Page 650: ...20050501 u Graph Line 100 Stacked G u Graph Column Clustered H 13 8 3 Graphing ...
Page 651: ...20050501 u Graph Column Stacked J u Graph Column 100 Stacked K 13 8 4 Graphing ...
Page 652: ...20050501 u Graph Bar Clustered L u Graph Bar Stacked 13 8 5 Graphing ...