Fractional Calculus Computer Algebra System math software
Home
| list
| math
| function
| calculator
| handbook
| help
| forum
| contact
| index
| 中文
solve
solve equation for x and system of equations for x and y.
Calling Sequence
Parameters
Description
Examples
References
Source
Calling Sequence
solve(eq)
solve(eq, x)
solve(eq, x,y)
solve(eq 1, eq 2)
solve(eq 1, eq 2, x,y)
Parameters
eq - equation.
x - default unknown.
y - default unknown for system of equations.
Description
Click the solve button to call solve():
> solve(x^2+5x+6=0)
> solve(x^2+5x+6)
system of equation:
> solve(x+y=3, x-y=1)
References
dsolve, lasolve, rsolve,
nsolve,
See Also
Copyright 2018 DrHuang.com