Simple utility that finds solutions to equations using Newton's Method. To use, enter in an equation and an initial guess. Just like magic, the program will find a solution closest to your original guess. Newton's method (http://en.wikipedia.org/wiki/Newton%27s_method) is a method of finding converging approximations of the roots of an equation. It is done by choosing an arbitrary guess x for the root, then using the x-intercept of the line tangent to the point (x, f(x)), using the derivative,