Re: Newton's Method
[Prev][Next][Index][Thread]
Re: Newton's Method
On Mon, 2 Feb 1998, Scott wrote:
> Does anyone know where I can get a program for Newton's method that shows each
> integration? I have a TI-85 and I do have a program that shows you the final
> answer, but I need one that shows each integration. Thanks in advance.
I also have a Newton's Method program, if i understand what you're asking,
put a Disp (whatever) in the loop that gets the next value. Like This:
Lbl A
x sto x1
(Newtons method here)sto x
Disp x
if x ne x1: goto A
That's what mine does.
-keith
References: