|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
MinValue |
| MinValue[f, x] gives the minimum value of f with respect to x. |
| MinValue[f, {x, y, ...}] gives the minimum value of f with respect to x, y, .... |
| MinValue[{f, cons}, {x, y, ...}] gives the minimum value of f subject to the constraints cons. |
| MinValue[{f, cons}, {x, y, ...}, dom] gives the minimum value of f over the domain dom, typically Reals or Integers. |