462 Lists
Example:
In Home view, store
{3,5,8,12,17,23} in L5
and find the first
differences for the list.
S
q
3,5,8,12,17,23
>
A
j
5
E
D
Select List
Select List
A
j 5
E
LIST Calculates the sum of all elements in a list.
LIST(list)
Example:
LIST({2,3,4}) returns 9.
LIST Calculates the product of all elements in list.
LIST(list)
Example:
LIST({2,3,4}) returns 24.
Finding statistical values for lists
To find statistical values—such as the mean, median,
maximum, and minimum of a list—you create a list, store
it in a data set and then use the Statistics 1Var app.
Example In this example, use the Statistics 1Var app to find the
mean, median, maximum, and minimum values of the
elements in the list L1, being 88, 90, 89, 65, 70, and 89.