Max• Max[ , , ... ] yields the numerically largest of the . • Max[{ , , ... }, { , ... }, ... ] yields the largest element of any of the lists. • Max yields a definite result if all its arguments are real numbers. • In other cases, Max carries out some simplifications. • Max[ ] gives -Infinity. • See also: Min.
Examples Using InstantCalculatorsHere is the InstantCalculator for the Max function. Enter the parameters for your calculation and click Calculate to see the result.
Out[1]= |  |
Entering Commands DirectlyYou can paste a template for this command via the Text Input button on the Max Function Controller. This gives the maximum value of this one-dimensional list.
Out[2]= |  |
You can also find the maximum value in a multidimensional list.
Out[3]= |  |
|