AI math handbook calculator - Fractional Calculus Computer Algebra System software DrHuang.com | list | math | function | coding | graphics | example | help | ? | 中文
+ + + =



nsolve

solve equation for x and system of equations for x and y by numerically.


Calling Sequence Parameters Description Examples References Source

Calling Sequence

nsolve(eq)
nsolve(eq, x)
nsolve(eq, x=x0)
nsolve(eq, x,x0)
nsolve(eq 1, eq 2)

Parameters

eq - equation.
x - default unknown.
x0 - initial value of x.
y - default unknown for system of equations.

Description

Example

Click the nsolve button to call nsolve():
> nsolve(x^2+5x+6=0)
> nsolve(x^2+5x+6)

system of equation:
> nsolve(x+y=3, x-y=1)

References

solve, lasolve, rsolve, dsolve, 
See Also