FindMaximum
Usage
• FindMaximum[f, {x, }] searches for a local maximum in f, starting from the point x = . • FindMaximum[f, {{x, }, {y, }, ... }] searches for a local maximum in a function of several variables.
Notes
• FindMaximum returns a list of the form { , {x-> }}, where  is the maximum value of f found, and  is the value of x for which it is found. • New in Version 5. • Advanced Documentation.
|