|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| FindMaximum[f, x] searches for a local maximum in f, starting from an automatically selected point. |
| FindMaximum[f, {x, x0}] searches for a local maximum in f, starting from the point x=x0. |
| FindMaximum[f, {{x, x0}, {y, y0}, ...}] searches for a local maximum in a function of several variables. |
| FindMaximum[{f, cons}, {{x, x0}, {y, y0}, ...}] searches for a local maximum subject to the constraints cons. |
| FindMaximum[{f, cons}, {x, y, ...}] starts from a point within the region defined by the constraints. |
| AccuracyGoal | Automatic | the accuracy sought | |
| EvaluationMonitor | None | expression to evaluate whenever f is evaluated | |
| Gradient | Automatic | the list of gradient functions {D[f, x], D[f, y], ...} | |
| MaxIterations | Automatic | maximum number of iterations to use | |
| Method | Automatic | method to use | |
| PrecisionGoal | Automatic | the precision sought | |
| StepMonitor | None | expression to evaluate whenever a step is taken | |
| WorkingPrecision | MachinePrecision | the precision used in internal computations |