← All work
Project notes / Embedded development
Algebrix — TI-84 Plus CE
Symbolic mathematics on a handheld calculator.
What it does
A symbolic mathematics engine written in C for the TI-84 Plus CE. The work covers calculus, algebra, linear algebra, statistics, probability, and finance under the calculator’s processor, memory, and display constraints.
The problem
A handheld mathematics interface has limited memory, a small display, and physical keys. Both the engine and the interaction design have to fit those constraints.
How it works
Develop the engine and calculator interface together, with automated checks and CEmu-based validation. This embedded project is separate from the legacy browser calculator elsewhere in the index.
Technical notes
- Symbolic mathematics engine in C
- eZ80 processor and constrained-memory implementation
- 320 × 240 display and physical-key interaction
- Automated checks and emulator-based validation