Reference: solve
solve(eq, var, x0) returns a root of the equation eq in the var variable, near x0, using the Newton–Raphson method. Examples: solve("sin(x)/exp(x) + sin(x^2) = 0", "x", -3) = -3.16520811808
solve(eq, var, x0) returns a root of the equation eq in the var variable, near x0, using the Newton–Raphson method. Examples: solve("sin(x)/exp(x) + sin(x^2) = 0", "x", -3) = -3.16520811808