HP 11C real root finder [Newton Method]
|
01-10-2014, 12:57 AM
Post: #2
|
|||
|
|||
RE: HP 11C real root finder [Newton Method]
Using storage arithmetic allows us to get rid of a few steps:
LBL 0 RCL 1 GSB 1 RCL 1 GSB 2 / STO- 1 ABS RCL 2 X<=Y? GTO 0 RCL 1 RTN You made a mistake calculating the 1st derivative. This is the corrected program: f'(x)= 3x^2 - 6x - 6 = (3x - 6)x - 6 f'(x) code LBL 2 ENTER ENTER 3 * 6 - * 6 - RTN Kind regards Thomas |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
HP 11C real root finder [Newton Method] - Carlos CM (Mexico) - 01-09-2014, 11:59 PM
RE: HP 11C real root finder [Newton Method] - Thomas Klemm - 01-10-2014 12:57 AM
RE: HP 11C real root finder [Newton Method] - Carlos CM (Mexico) - 01-10-2014, 05:28 PM
RE: HP 11C real root finder [Newton Method] - Namir - 01-12-2014, 08:31 AM
RE: HP 11C real root finder [Newton Method] - Dieter - 01-12-2014, 01:26 PM
RE: HP 11C real root finder [Newton Method] - Namir - 01-15-2014, 05:53 AM
RE: HP 11C real root finder [Newton Method] - Dieter - 01-15-2014, 08:38 PM
RE: HP 11C real root finder [Newton Method] - Thomas Klemm - 01-14-2014, 08:56 PM
|
User(s) browsing this thread: 1 Guest(s)