20050501
2-7-18
Using the Action Menu
u
u
u
u
u
seq
Function: Generates a list in accordance with a numeric sequence expression.
Syntax: seq (Exp, variable, start value, end value [,step size] [ ) ]
Example: To generate a list in accordance with the expression
x
2
+ 2
x
when the start
value is 1, the end value is 5, and the step size is 2
Menu Item: [Action][List-Create][seq]
• “1” is the default when you omit “[,step size]”.
• The step size must be a factor of the difference between the start value and the end
value.
u
u
u
u
u
augment
Function: Creates a new list by appending one list to another.
Syntax: augment (List-1, List-2 [ ) ]
Example: To combine list {1, 2} and list {3, 4}
Menu Item: [Action][List-Create][augment]
u
u
u
u
u
fill
Function: Replaces the elements of a list with a specified value or expression. This
command can also be used to create a new list whose elements all contain the
same value or expression, or a new list in which the frequency of each element
in the first list is determined by the corresponding element in the second list.
Syntax: fill (Exp/Eq/Ineq, number of elements [ ) ]
fill (Exp/Eq/Ineq, List [ ) ]
• Ineq (inequality) includes the “
⫽
” (not equal to) relational operator.
Syntax: fill (List, List [ ) ]
Example: To create a list consisting of four identical elements (2)
Menu Item: [Action][List-Create][fill]
Example: To replace the elements of the list {1,2,3} with 3
Menu Item: [Action][List-Create][fill]
Example: To create a list in which the frequencies of a, b and c are 1, 2 and 3, respec-
tively
Menu Item: [Action][List-Create][fill]
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 ...