is an option for FindMinimum and related functions that specifies the gradient vector to assume for the function being extremized.
Details
Examples
Basic Examples
See Also
History
Cite this Page
Gradient
is an option for FindMinimum and related functions that specifies the gradient vector to assume for the function being extremized.
Details
- Gradient->{fx,fy,…} specifies explicit components to assume for the gradient vector.
- Gradient->Automatic specifies that the gradient vector should be deduced by exact or approximate differentiation of the function.
- Gradient:>expr evaluates expr only with the specific numerical values of variables that are needed.