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