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 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Access Matrix Functions From Sharp BASIC? - toml_12953 - 08-04-2023, 01:20 AM
RE: Access Matrix Functions From Sharp BASIC? - Valentin Albillo - 08-04-2023, 02:41 AM
RE: Access Matrix Functions From Sharp BASIC? - toml_12953 - 08-04-2023, 05:09 AM
RE: Access Matrix Functions From Sharp BASIC? - HrastProgrammer - 08-09-2023, 11:58 AM
RE: Access Matrix Functions From Sharp BASIC? - Helix - 08-13-2023 11:51 PM
RE: Access Matrix Functions From Sharp BASIC? - toml_12953 - 08-14-2023, 12:01 AM
RE: Access Matrix Functions From Sharp BASIC? - toml_12953 - 08-14-2023, 03:30 AM
RE: Access Matrix Functions From Sharp BASIC? - Helix - 08-14-2023, 09:15 PM
RE: Access Matrix Functions From Sharp BASIC? - toml_12953 - 08-15-2023, 02:43 AM
|
User(s) browsing this thread: 2 Guest(s)