Mathematica > Mathematics and Algorithms > Equation Solving >

NSolve

NSolve[lhsEqualrhs, 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
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team