NEWTONSM v1.5 TI-89 "Newton's Method" by Dmitriy Myedvyedyev (aka Dima Medvedev) medvedbr@hotmail.com Category: MATH/CALCULUS Starting - Completion Date: 11-24-2001 - 11-29-2001, five-six days (for this version only) Special thanks to my Calculus teacher, Fred B. -------------Description: This is a Calculus program that does the Newton's method approximation for you. It comes with all the possible options I could think of. See instructions for more information. -------------Instructions: When you run the program, a dialog box is displayed. First it asks you to enter "f(x)=" -- enter the function you want to use Newton's method for. Then it asks you for your intial guess (note that guess cannot equal zero) -- that would be your first guess. Then you need to choose a calculation type. The two available types are "Accuracy" and "Iterations." If you chose accuracy, the approximation stops when a value of f(x) is within your specified range. In iterations, the program will do a specified number of calculations, no matter how close you come to f(x)=0. Only if you actually hit the root of the function you entered (if f(x) will actually equal 0) then all calculations stop, because there is no need to keep doing them since you have already hit the zero of the function. Then you need to enter "Accuracy/Iterations." If you chose accuracy, then this field specifies how close to 0 the values of f(x) should come in order to stop calculations. If you chose iterations, this will indicate how many times you want to do calculations. Make sure that if you use iterations, you need to enter a WHOLE number. Otherwise, it will take the least non-negative integer possible. So if you enter 2.999, it will do 2 calculations. If you enter a negative number, there will be 0 iterations. Then you need to choose open or closed interval for accuracy. This is applicable only if you chose accuracy as your calculation type. This field specifies how close you want to come to f(x). So if you enter 0.001, the calculations will stop when -0.001