|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
ArgMin |
| ArgMin[f, x] gives a position xmin at which f is minimized. |
| ArgMin[f, {x, y, ...}] gives a position {xmin, ymin, ...} at which f is minimized. |
| ArgMin[{f, cons}, {x, y, ...}] gives a position at which f is minimized subject to the constraints cons. |
| ArgMin[{f, cons}, {x, y, ...}, dom] gives a position at which f is minimized over the domain dom, typically Reals or Integers. |