ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

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