Post Reply 
WP-34S Integration speed
02-27-2014, 02:28 PM (This post was last modified: 02-27-2014 02:29 PM by Dieter.)
Post: #8
RE: WP-34S Integration speed
(02-23-2014 09:42 PM)Paul Dale Wrote:  We implemented a fix for the integral approaching zero.

I see the fix got implemented, but one final improvement I posted back then still is missing (cf. last message in the mentioned thread). It's one single line that should be added:

Code:
        ...
        FC?C f_final        /* final iteration done? */
        x[approx]? Y        /* or convergence? */
             JMP int_done
        RCL/ r_SkAbs
        RCL/ r_deltau
        RCL/ r_ba4        <==  add this line
        ABS
        ...

Maybe it can be added with the next update.

Dieter
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
WP-34S Integration speed - lrdheat - 02-21-2014, 03:08 AM
RE: WP-34S Integration speed - Paul Dale - 02-22-2014, 12:35 PM
RE: WP-34S Integration speed - Dieter - 02-23-2014, 02:02 PM
RE: WP-34S Integration speed - Paul Dale - 02-23-2014, 09:42 PM
RE: WP-34S Integration speed - Dieter - 02-27-2014 02:28 PM
RE: WP-34S Integration speed - Dave Hicks - 02-27-2014, 12:14 AM
RE: WP-34S Integration speed - walter b - 02-27-2014, 06:43 AM
RE: WP-34S Integration speed - Paul Dale - 02-27-2014, 09:28 PM



User(s) browsing this thread: 1 Guest(s)