HP 11C real root finder [Newton Method]
|
01-15-2014, 05:53 AM
Post: #7
|
|||
|
|||
RE: HP 11C real root finder [Newton Method]
(01-12-2014 01:26 PM)Dieter Wrote:(01-12-2014 08:31 AM)Namir Wrote: ...h = 0.001*(ABS(X)+1) Sure, dividing by 1000 is a step shorter. Originially, I had learned to calculate h using an If statement: Code: If |x| >= 1 Then Until I realized one day that .01*(|x|+1) does the job and eliminates the need for labels and GOTOs. I recently started using .001 instead of 0.01. Using the expression for h ensures that if x=0, h is not zero. Namir |
|||
« 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: 4 Guest(s)