A calculator able to solve equation systems and matrices up to 9x9 order.
Originally, I first had the idea for this app during a math class in my final high school year. I was fascinated by how equation systems could be solved using matrices and logical patterns, and so I started to wonder on how to make this whole process automatic.
After experimenting a bit I finished my first prototype, which was only able to solve systems with exactly 2 equations. At that point, I still had not implemented matrix-solving methods in the app. Roughly one week later, with real matrices implemented, the final project was finished.
- Able to solve 9x9 order equation systems
- Can calculate the determinant of matrices
- Intuitive UI
- Made using CSS classes and Bulma
- Simple code: Plain Javascript