HP Forums
monic part 7: a little CAS - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: monic part 7: a little CAS (/thread-18181.html)



monic part 7: a little CAS - F-73P - 03-27-2022 01:58 AM

Previous: monic part 6: the mC programming language and compiler

Next: monic part 8: ARM assembly language programming

I'm now adding some CAS functions to the firmware, starting with polynomial addition. As an example I'll add 4v^8+9w+7x^2+6 and 10u^11+3x^2+5. The sparse, distributive data type is used to store the polynomials:

[Image: 51963472474_204925a908_b.jpg]

[Image: 51963253008_7c80d77b12_b.jpg]