Under Construction

Plotting Newton Method

Recall that Newton's Method, finds the place where a function crosses the axis, by drawing a tangent line to the original function at a specified (possibly random) StartingPoint and then repeating by replacing the StartingPoint by the x coordinate of intersection of the tangent line and the X axis. We first define a preliminary function

Go here to simply compute some approximations.