Post Reply 
Finding small equation solutions with great precision with Solvesys and Longfloat
07-25-2020, 01:29 PM (This post was last modified: 07-25-2020 01:33 PM by John Keith.)
Post: #2
RE: Finding small equation solutions with great precision with Solvesys and Longfloat
Like most HP 50 applications (and built-in functions), SolveSys works with 12-digit floating-point numbers. LongFloat defines a new data type which is not compatible with existing commands and functions. This is why LongFloat has its own functions (FDIV, FEXP, FPI, etc.).

I believe you will have to write your own user programs using LongFloat functions . Since SolveSys is open source, you can read the source code and see how the program works. This does not sound like an easy undertaking to me though.

Also, since LongFloat is quite slow, I would expect such a user program to be very slow indeed.

John

Edit: another possibility is to use exact rational arithmetic, i.e. exact mode. This may not be suitable for your intended uses but exact integers tend to be significantly faster than LongFloats.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Finding small equation solutions with great precision with Solvesys and Longfloat - John Keith - 07-25-2020 01:29 PM



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