|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| FindRoot[f, {x, x0}] searches for a numerical root of f, starting from the point x=x0. |
| FindRoot[lhs searches for a numerical solution to the equation lhs |
| FindRoot[{f1, f2, ...}, {{x, x0}, {y, y0}, ...}] searches for a simultaneous numerical root of all the fi. |
| FindRoot[{eqn1, eqn2, ...}, {{x, x0}, {y, y0}, ...}] searches for a numerical solution to the simultaneous equations eqni. |
| AccuracyGoal | Automatic | the accuracy sought | |
| EvaluationMonitor | None | expression to evaluate whenever equations are evaluated | |
| Jacobian | Automatic | the Jacobian of the system | |
| MaxIterations | 100 | maximum number of iterations to use | |
| PrecisionGoal | Automatic | the precision sought | |
| StepMonitor | None | expression to evaluate whenever a step is taken | |
| WorkingPrecision | MachinePrecision | the precision to use in internal computations |