(12C) Newton's Method
|
03-24-2018, 01:10 PM
(This post was last modified: 03-27-2018 11:10 AM by Gamo.)
Post: #1
|
|||
|
|||
(12C) Newton's Method
This program is an adaptation of the HP 25 Solver program from our Member name Dwight Sturrock under the topic (12C) Numeric Solver
I make update to this program from Dieter advice as well. I have been looking for the Solver Program for HP-12C for a long time, I didn't notice before that Dwight post this since 2013 This is a very good all around Solver for HP-12C and this one work very well. Newton's Method Solver work extreamly fast on HP-12C+ and I'm very satisfy with this program. The program uses registers 0, 1, 2, 3 and 4. >Put f(x) program to line 41 >End with GTO 19 Procedure: 1. Store initial guess to R1 (STO 1) 2. Store tolerance to R2 (STO 2) Program: Code:
Example: Solve for X^X=Y (X to power of X for the given Y) X^X=1000 Formula use to solve this equation: LN(X)*X – LN(Y) = 0 Press [g] [GTO] 40 and Switch to Program Mode: Program start at Line 41 LN LSTx x RCL 5 LN - GTO 19 (End) Setup equation: 1. Initial Guess for 4 > STO 1 2. Tolerance > EEX CHS 6 > STO 2 3 1000 > STO 5 (This number can be change to any number you like to solve) 4. R/S to solve. Result 4.555535705 RCL 1 is the store answer of the problem. RCL 4 to check for accuracy. [0.000000000] is the best result with ± estimation. Gamo |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(12C) Newton's Method - Gamo - 03-24-2018 01:10 PM
RE: (12C) Newton's Method - Dieter - 03-24-2018, 01:31 PM
RE: (12C) Newton's Method - Dieter - 03-27-2018, 06:08 PM
RE: (12C) Newton's Method - Gamo - 03-25-2018, 03:05 AM
RE: (12C) Newton's Method - Dieter - 03-25-2018, 06:26 PM
RE: (12C) Newton's Method - Gamo - 03-28-2018, 04:23 AM
RE: (12C) Newton's Method - Carsen - 03-29-2018, 05:11 AM
RE: (12C) Newton's Method - Dieter - 03-29-2018, 05:04 PM
RE: (12C) Newton's Method - Gene - 03-29-2018, 05:23 PM
RE: (12C) Newton's Method - Gamo - 03-30-2018, 01:15 PM
RE: (12C) Newton's Method - Dieter - 03-30-2018, 02:00 PM
RE: (12C) Newton's Method - Gamo - 03-31-2018, 01:15 PM
RE: (12C) Newton's Method - Dieter - 03-31-2018, 05:27 PM
|
User(s) browsing this thread: 4 Guest(s)