Back to functions
solveFor
solveFor
This method requires that the Solve, Calculus, and Algebra add-ons are loaded. It will attempt to solve an equation. If solutions no solutions are found then
an empty array is returned. It can solve for multivariate polynomials up to the third degree. After which it can solve numerically for polynomials up to the
the 100th degree. If it's a univariate equation it will attempt to solve it using numerical methods.
Usage: nerdamer("nerdamer(equation).solveFor(variable)")
Parameters
String
variable
|
The variable to solve for. |
Returns
Expression[]