Post Reply 
Crash when Solve for Integral with 15C
09-02-2017, 08:19 PM
Post: #41
RE: Crash when Solve for Integral with 15C
(09-02-2017 01:24 PM)grsbanks Wrote:  
(09-02-2017 02:41 AM)rprosperi Wrote:  Then it occurred to me that I was running in FIX 2 mode, which could be affecting behavior. So I changed display mode to SCI 4, and I then got the same result in about the same time as your results.

Bingo! The display format is why my DM15L just kept on running. Should have remembered that is how it derives (no pun intended) its accuracy.

What accuracy and display format did you use when you tested this on the DM42? I just get an "Out of range" error when attempting the integration.

It works fine for me -- my program looks like this:

01 LBL "ECUBE"
02 MVAR "X"
03 RCL "X"
04 3
05 Y^X
06 E^X
07 END

LLIM=0, ULIM=6; for ACC I tried 0 and 1E-12, and the integration works fine with both (though it takes about 26 minutes with ACC=0).
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Crash when Solve for Integral with 15C - Thomas Okken - 09-02-2017 08:19 PM



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