Improving the solver experience on the 41C
|
02-16-2016, 10:19 AM
(This post was last modified: 02-16-2016 10:42 AM by Ángel Martin.)
Post: #2
|
|||
|
|||
RE: Improving the solver experience on the 41C
Very nice improvement on Stefan Vorkoetter's program; here's my proposal using the data entry flag F22 to re-write your SLV routine as follows:
Code:
Only 45 steps are needed, and a bunch of bytes are saved as well. Also no need to use [SHIFT] to determine the unknown - so it's standard with the other solvers, like the TMV$. So you'll enter all the knowns and then press the soft-key corresponding to the unknown to trigger the SOLVE process. BTW I've used FROOT from the SandMath instead.. Writing an MCODE equation solver has always lured me but I guess I don't know enough to tackle the job. BTW - There's one ROM image I prepared a while ago that deals with this very same subject; it's called "Interchangeable Solutions" and contains the FOCAL programs of the same name available at TOS? (written by Humbert Hans Suarez, from the User's Program Library Europe, REF#01475C). It's a tad more complex but quite flexible in the number of variables and governing equations. "To live or die by your own sword one must first learn to wield it aptly." |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Improving the solver experience on the 41C - quantalume - 02-16-2016, 03:41 AM
RE: Improving the solver experience on the 41C - Ángel Martin - 02-16-2016 10:19 AM
RE: Improving the solver experience on the 41C - quantalume - 02-16-2016, 07:44 PM
RE: Improving the solver experience on the 41C - Ángel Martin - 02-17-2016, 06:25 AM
RE: Improving the solver experience on the 41C - Jeff_Kearns - 02-20-2016, 04:42 PM
RE: Improving the solver experience on the 41C - Ángel Martin - 02-20-2016, 05:08 PM
RE: Improving the solver experience on the 41C - Jeff_Kearns - 02-20-2016, 05:59 PM
|
User(s) browsing this thread: 1 Guest(s)