|
|
|||
|
|
FindMaxValue |
| FindMaxValue[f, x] gives the value at a local maximum of f. |
| FindMaxValue[f, {x, x0}] gives the value at a local maximum of f, found by a search starting from the point x=x0. |
| FindMaxValue[f, {{x, x0}, {y, y0}, ...}] gives the value at a local maximum of a function of several variables. |
| FindMaxValue[{f, cons}, {{x, x0}, {y, y0}, ...}] gives the value at a local maximum subject to the constraints cons. |
| FindMaxValue[{f, cons}, {x, y, ...}] starts from a point within the region defined by the constraints. |