Here are examples showing how to carry out Newton's Method on various computing devices. Click a link in this list to jump to the example you want:
- The TI-83 graphing calculator
- The TI-85 graphing calculator
- Microsoft Excel, the spreadsheet package.
To teach this formula to the calculator, we go to the GRAPH screen, and then into the Y= editor. We set Y1 to our iteration rule. The screen looks like this:
\Y1=X-(X^3-5X+3) /(3X^2-5) \Y2= \Y3= \Y4= \Y5= \Y6=
We push [2nd][QUIT] to get back to the algebra screen and enter our initial guess as 2 [STO>] [X].
Now to get the next iterate, we ask the calculator to evaluate the function Y1. To do this, we push [VARS], then push the right-arrow key to highlight Y-VARS. We get the screen as pictured at right, with Y-VARS and 1: highlighted.
VARS Y-VARS 1:Function... 2:Parametric... 3:Polar... 4:On/Off
We hit ENTER twice to select Y1 and return to the algebra screen, which now looks like this:
2->X 2 Y1
Since we want the value of Y1 stored back into X, we enter [STO>][X] and then press the [ENTER] key. From now on, each time we press [ENTER], the calculator takes the value of Y1, displays it, and stores it back into X. After a few iterations, the screen looks like this:
2 Y1->X 1.857142857 1.83478735 1.834243504 1.834243184 1.834243184
Since none of the displayed digits changed at the last iteration, we assume all displayed digits are correct. The root, to nine decimal places, is 1.834243184.