20060301
2-8-29
Using the Action Menu
S
cuml
Function: Returns the cumulative sums of the elements in a list.
Syntax: cuml (List [ ) ]
Example: To determine the cumulative sums of the elements in the list {1, 2, 3}
Menu Item: [Action][List-Calculation][cuml]
S
li
s
t
Function: Returns a list whose elements are the differences between two adjacent
elements in another list.
Syntax:
list (List [ ) ]
Example: To generate a list whose elements are the differences between two adjacent
elements in the list {1, 2, 4}
Menu Item: [Action][List-Calculation][
list]
S
percent
Function: Returns the percentage of each element in a list, the sum of which is assumed
to be 100.
Syntax: percent (List [ ) ]
Example: To determine the percentage of each element in the list {1, 2, 3}
Menu Item: [Action][List-Calculation][percent]
S
polyEval
Function: Returns a polynomial arranged in the descending order of powers, so
coefficients correspond sequentially to each element in the input list.
Syntax: polyEval (List [,Exp/List] [ ) ]
Example: To create a second degree polynomial with the coefficients {1, 2, 3}
Menu Item: [Action][List-Calculation][polyEval]
• “
x
” is the default when you omit
“[,Exp/List]”.
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 ...