Solve
attempts to solve
equations
for the variablesvars
.
attempts to solve
equations
for the variablesvars
in the givendomain
.
Examples
It’s important to use the ==
operator to define the equations. If you have unintentionally assigned a value to the variables x, y
with the =
operator you have to call Clear(x,y)
to clear the definitions for these variables.
Related terms
DSolve, Eliminate, GroebnerBasis, FindInstance, FindRoot, NRoots, NSolve, Reduce, Roots
Implementation status
- ☑ - partially implemented