Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Equation Solving >

NSolve

NSolve[lhsrhs, var]
gives a list of numerical approximations to the roots of a polynomial equation.
NSolve[{eqn1, eqn2, ...}, {var1, var2, ...}]
solves a system of polynomial equations.
  • 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.
New in 2 | Last modified in 4.1
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team