Mathematica 9 is now available

NSolve

Usage

NSolve[lhsEqualrhs, var] gives a list of numerical approximations to the roots of a polynomial equation.
NSolve[{ ,  , ... }, { ,  , ... }] solves a system of polynomial equations.


Notes

NSolve[eqns, vars, n] gives results to n-digit precision.
NSolve[eqns, vars] gives the same final result as N[Solve[eqns, vars]], apart from issues of numerical precision.
• Implementation notes: see Section A.9.4.
• See also: Solve, FindRoot, NDSolve.
• Related package: NumberTheory`Recognize`.
• New in Version 2; modified in 4.1.


Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.