Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Mathematics and Algorithms > Mathematical Functions > Numerical Functions >

Min

Min[x1, x2, ...]
yields the numerically smallest of the xi.
Min[{x1, x2, ...}, {y1, ...}, ...]
yields the smallest element of any of the lists.
  • Min yields a definite result if all its arguments are real numbers.
  • In other cases, Min carries out some simplifications.
Minimum of two numbers:
Minimum of a list:
Min works with exact numeric quantities:
Min effectively flattens out all lists:
Basic symbolic simplification is done automatically:
Simplify a symbolic Min:
Integrate expressions involving Min:
Reduce inequalities involving Min:
Min works on sparse arrays:
Use in bounds of iterator variables:
Cumulative minima:
Find the lowest point of a plotted curve:
Mean of the length ratio of a randomly broken stick:
R-function based solid modeling:
Use FullSimplify to simplify Min expressions:
Minimize a function containing Min:
Min can be differentiated:
Min flattens lists, rather than being Listable:
One-argument form evaluates for any argument:
New in 1 | Last modified in 5
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team