Lists 191
ΣLIST Calculates the sum of all elements in a list.
ΣLIST(list)
Example:
ΣLIST({2,3,4}) returns 9.
SORT Sorts the elements in a list in ascending order.
SORT(list)
Example:
SORT({2,5,3}) returns {2,3,5}
Finding statistical values for lists
To find values such as the mean, median, maximum, and
minimum of a list, 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.
1. Create L1 with values 88, 90, 89, 65, 70, and 89.
S{88o90
o89o65
o70o89
S
}
A
L1
E
2. In Home, store L1 into D1. You will then be able to
see the list data in the Numeric view of the Statistics
1Var app.
A
L1
A
D1
E