SOLVE: Root solve

syntax: SOLVE(expr, varname, guess) or
SOLVE(expr, varname, guess, lower, upper)

returns a solution (root) of <expr> for <varname>, given the initial <guess>, optionally a lower and upper bound within which a solution is sought can be specified. <expr> is assumed equal to zero.