|
|
||
|
|
| Mathematica Tutorial | Functions »|Tutorials » |
When Solve cannot find solutions in terms of radicals to polynomial equations, it returns a symbolic form of the result in terms of Root objects.
|
You can get numerical solutions by applying N.
|
|
You can use NSolve to get numerical solutions to polynomial equations directly, without first trying to find exact results.
|
| NSolve[poly | get approximate numerical solutions to a polynomial equation |
| NSolve[poly | get solutions using n-digit precision arithmetic |
| NSolve[{eqn1,eqn2,...},{var1,var2,...}] | |
| get solutions to a polynomial system | |
Numerical solution of polynomial equations and systems.
NSolve can find solutions to sets of simultaneous polynomial equations.
|
| © 2008 Wolfram Research, Inc. |