Casio ClassPad 300 Calculator User Manual


 
20021201
2-7-23
Using the Action Menu
uu
uu
u sum
Function: Returns the sum of the elements in a list.
Syntax: sum (List-1[, List-2] [
)
]
“List-2” specifies the frequency of each element in “List-1”.
Example: To determine the sum of the elements in the list {1, 2, 3}
Menu Item: [Action][List-Calculation][sum]
Example: To determine the sum of the elements in the list {1, 2, 3}, whose respective
frequencies are {3, 2, 1}
Menu Item: [Action][List-Calculation][sum]
uu
uu
u prod
Function: Returns the product of the elements in a list.
Syntax: prod (List-1[, List-2] [
)
]
“List-2” specifies the frequency of each element in “List-1”.
Example: To determine the product of the elements in the list {1, 2, 3}
Menu Item: [Action][List-Calculation][prod]
Example: To determine the product of the elements in the list {1, 2, 3}, whose respective
frequencies are {3, 2, 1}
Menu Item: [Action][List-Calculation][prod]
uu
uu
u 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]
uu
uu
u Alist
Function: Returns a list whose elements are the differences between two adjacent
elements in another list.
Syntax: Alist (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][Alist]