NSolve
attempts to solve
equations
for the variablesvars
.
attempts to solve
equations
for the variablesvars
in the givendomain
.
Note: NSolve
calls Solve in numeric mode.
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
Implementation status
- ☑ - partially implemented