Jump to content



Photo
- - - - -

How To Make A Recursive Function ?


  • Please log in to reply
1 reply to this topic

#1 troublex

troublex

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 25 March 2011 - 07:40 PM

Hi.

I want to make the following recursive function: xm+1 = xm - F(x)/F'(x)

so I did this:

"X="?->X
"F(X)="?->A
"F'(X)="->B
Lbl 1: X-(A)/(B ) -> X (display)
Goto 1

so at starting the program
for a function like xm+1 = xm - (xm^3 -100)/(3*xm^2)


I introduce
4
X^3-100
3*X^2


But when the program makes the second iteration it doesn't changes the X paramater from functions A and B
so, at the first iteration gives
4.75, but at the second gives 5.5 instead of 4.644044!

How can I do what I want then?

Thanks

Edited by troublex, 26 March 2011 - 12:54 PM.


#2 verena

verena

    Casio Fan

  • Members
  • PipPip
  • 41 posts
  • Gender:Female
  • Location:Tashkent

  • Calculators:
    Casio ƒx-10 ~ ƒx-991ES

Posted 30 March 2011 - 01:45 AM

what calculator are you using ?




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users