HP Forums

Full Version: monic part 7: a little CAS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
Reference URL's