|
|
|||
|
|
| Mathematica Tutorial | Functions »|Tutorials » |
| NSolve[lhs | solve a polynomial equation numerically |
| NSolve[{lhs1 | |
| solve a system of polynomial equations numerically | |
| FindRoot[lhs | search for a numerical solution to an equation, starting at x=x0 |
| FindRoot[{lhs1 | |
| search for numerical solutions to simultaneous equations | |
NSolve gives you numerical approximations to all the roots of a polynomial equation.
|
You can also use NSolve to solve sets of simultaneous equations numerically.
|
|
The equation has several solutions. If you start at a different x, FindRoot may return a different solution.
|
|