Post Reply 
WP34S handheld SLV, ∫ speed
04-15-2015, 07:14 PM
Post: #2
RE: WP34S handheld SLV, ∫ speed
(04-15-2015 06:46 PM)CR Haeger Wrote:  Using Solve (SLV) and Integration (∫) am I correct in using the following to speed up these functions at the expense of accuracy:

Solve exits if the last two approximations are sufficiently close, or if the function result is very close to zero. You may force a zero result by rounding the result at the end of your function routine. The 34s has a some special rounding functions that will help here. For instance, RDP 04 rounds the result to 4 decimal places. There is no need to change the display format.

Integrate, on the other hand, quits its iteration as soon as the two last approximations agree when rounded to display precision (!). This means: if you set SCI 4 the result is returned as soon as the result can be considered correct in five significant digits (that's what SCI 4 displays).

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


Messages In This Thread
WP34S handheld SLV, ∫ speed - CR Haeger - 04-15-2015, 06:46 PM
RE: WP34S handheld SLV, ∫ speed - Dieter - 04-15-2015 07:14 PM



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