Recommend root-finder for HP 67
|
11-30-2019, 03:08 AM
(This post was last modified: 11-30-2019 03:10 AM by Namir.)
Post: #2
|
|||
|
|||
RE: Recommend root-finder for HP 67
Here is the code for Newton's method for the HP-67:
Code: Memory Map Load the above program. Edit the code in LBL E to implement the function you want to find the root for. Then: 1) Enter the tolerance value. 2) Press Enter. 3) Enter the guess for the root. 4) Press the A key. 5) The program will display the intermediate guesses for the solution using a PAUSE statement. Then the program displays the refined guess for the root, based on the tolerance value supplied. You can calculate fx(x) values by entering a value for x and then pressing the E key. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Recommend root-finder for HP 67 - Trond - 11-29-2019, 06:19 PM
RE: Recommend root-finder for HP 67 - Namir - 11-30-2019 03:08 AM
RE: Recommend root-finder for HP 67 - Trond - 11-30-2019, 04:44 AM
RE: Recommend root-finder for HP 67 - Namir - 11-30-2019, 06:14 AM
RE: Recommend root-finder for HP 67 - Trond - 11-30-2019, 05:17 PM
|
User(s) browsing this thread: 4 Guest(s)