Post Reply 
Access Matrix Functions From Sharp BASIC?
08-13-2023, 11:51 PM
Post: #5
RE: Access Matrix Functions From Sharp BASIC?
(08-04-2023 05:09 AM)toml_12953 Wrote:  Thanks! Now I just have to see if Hrast has created a table of entry points for the PC-E500S.

You will find the procedure in the PC-E500 technical manual, that you can download here, among other interesting documents:
https://github.com/Robert-van-Engelen/Fo.../resources
The relevant pages are 31 and 79-82.

So, for example, if you want the determinant of the matrix X:
POKE &BFE00, 9, 1, &4C : CALL &FFFDC
And the result is in the variable X

Then, if you want the inverse of X:
POKE &BFE02, &45 : CALL &FFFDC

Now, if you want to store the new matrix X in the matrix ME:
POKE &BFE02, &52, ASC("E") : CALL &FFFDC
And so on...

Jean-Charles
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Access Matrix Functions From Sharp BASIC? - Helix - 08-13-2023 11:51 PM



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