20060301
12-7 Including Cla
ss
Pad Function
s
in Program
s
Including Graphing Function
s
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
U
s
ing Conic
s
Function
s
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"
2
ConicsEq
DrawConics
Summary of Contents for ClassPad 330
Page 11: ...20060301 20090601 ClassPad 330 ClassPad OS Version 3 04 ...
Page 277: ...20060301 3 3 10 Storing Functions 3 Tap AND Plot OR Plot ...
Page 779: ...20090601 S Graph Line Clustered C S Graph Line Stacked E 13 9 2 Graphing ...
Page 780: ...20090601 S Graph Line 100 Stacked F S Graph Column Clustered G 13 9 3 Graphing ...
Page 781: ...20090601 S Graph Column Stacked I S Graph Column 100 Stacked J 13 9 4 Graphing ...
Page 782: ...20090601 S Graph Bar Clustered K S Graph Bar Stacked 9 13 9 5 Graphing ...