Mathematica 9 is now available

SolveNDSolve

NSolve

FilledSmallSquareNSolve[lhs==rhs, var] gives a list of numerical approximations to the roots of a polynomial equation.

FilledSmallSquareNSolve[, , ... , , , ... ] solves a system of polynomial equations.

FilledSmallSquareNSolve[eqns, vars, n] gives results to n-digit precision.

FilledSmallSquareNSolve[eqns, vars] gives the same final result as N[Solve[eqns, vars]], apart from issues of numerical precision.

FilledSmallSquare See The Mathematica Book: Section 1.6.3, Section 3.4.2, Section 3.9.1 and Section 3.9.5.

FilledSmallSquare Implementation Notes: see section A.9.4.

FilledSmallSquare See also: Solve, FindRoot, NDSolve.

FilledSmallSquare Related package: NumberTheory`Recognize`.

Further Examples

SolveNDSolve



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.