|
|
|||
|
|
| 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 |
Find a local maximum starting the search at x=2:
Extract the value of x at the local maximum:
Find a local maximum, starting at
Find the maximum of a linear function, subject to linear and integer constraints:
|
| © 2013 Wolfram Research, Inc. |