Post Reply 
Request for suggestions: algebraic equations in Free42
07-09-2020, 12:31 PM
Post: #9
RE: Request for suggestions: algebraic equations in Free42
(07-09-2020 12:11 PM)Thomas Okken Wrote:  Exactly. The aim is to be able to write, say, 'X^2-3*X+2' instead of LBL "FOO" MVAR "X" RCL "X" X^2 LASTX 3 * - 2 + END. But how exactly that should work is what I'm trying to figure out.
OK, sorry but I missed that part of the calculator history so I'm not really knowledgable here. For my graduation I jumped immediately to CAS (Derive on MS-DOS), which resulted in such an ugly expression that I decided to solve it numerically by iteration.
Quote:CAS is a possibility, if I can find a suitable library to do the heavy lifting. But it's not the main objective at this point.
I know of https://github.com/ncalc/ncalc ,but that's in .NET and will probably work only in windows without too much glue code.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Request for suggestions: algebraic equations in Free42 - johanw - 07-09-2020 12:31 PM



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