Reference Guide

3-144 Full Command and Function Reference
Example 1:
10 -23 MAX
returns
10
.
Example 2:
-10 -23 MAX
returns
-10
.
Example 3:
1_m 9_cm MAX
returns
1_m
.
See also: MIN
MAXR
Type: Function
Description: Maximum Real Function: Returns the symbolic constant MAXR or its numerical representation
9.99999999999E499.
MAXR is the largest real number that can be represented by the calculator.
Access: !´L
CONSTANTS
L
MAXR
( ´ is the left-shift of the Pkey).
Flags: Symbolic Constants (–2), Numerical Results (–3)
Input/Output:
Level 1/Argument 1 Level 1/Item 1
'MAXR'
9.99999999999E499
See also: e, i, MINR, π
MAXΣ
ΣΣ
Σ
Type: Command
Description: Maximum Sigma Command: Finds the maximum coordinate value in each of the m columns of
the current statistical matrix (reserved value ΣDAT).
The maxima are returned as a vector of m real numbers, or as a single real number if m = 1.
Access: …µ
MAX
Σ
Input/Output:
Level 1/Argument 1 Level 1/Item 1
x
max
[x
max1
x
max2
... x
maxm
]
See also: BINS, MEAN, MINΣ, SDEV, TOT, VAR
MCALC
Type: Command
Description: Make Calculated Value Command: Designates a variable as a calculated variable for the multiple-
equation solver.
MCALC designates a single variable, a list of variables, or all variables as calculated values.
Access: …µ
MCALC
Input/Output:
Level 1/Argument 1 Level 1/Item 1
'name'
{ list }
"ALL"
See also: MUSER