User Manual
20060301
S
 min 
Function: Returns the minimum value of an expression or the elements in a list.
Syntax: min (Exp/List-1[, Exp/List-2] [
)
]
Example: To determine the minimum values of the elements in list {1, 2, 3}
Menu Item: [Action][List-Calculation][min] 
Example: To compare each element of list {1, 2, 3} with the value 2, and produce a list 
whose elements contain the lesser value of each comparison
Menu Item: [Action][List-Calculation][min]
Example: To compare the elements of list {1, 2, 3} and list {3, 1, 2}, and produce a list 
whose elements contain the lesser value of each comparison
Menu Item: [Action][List-Calculation][min] 
2-8-25
Using the Action Menu
S
 max 
Function: Returns the maximum value of an expression or the elements of a list.
Syntax: max (Exp/List-1[, Exp/List-2] [
)
]
Example: To determine the maximum value of the elements in list {1, 2, 3}
Menu Item: [Action][List-Calculation][max] 
Example: To compare each element of list {1, 2, 3} with the value 2, and produce a list 
whose elements contain the greater value of each comparison
Menu Item: [Action][List-Calculation][max] 
Example: To compare the elements of list {1, 2, 3} and list {3, 1, 2}, and produce a list 
whose elements contain the greater value of each comparison
Menu Item: [Action][List-Calculation][max] 










