Description
During my time in Linear Algebra, I found it was easy to make mistakes while reducing matrices. I wanted to create a tool that would help others learn the algorithm for row reducing a matrix and help catch mistakes. The result is Matrix Assistant. It's a web app that assists you in solving a matrix with different difficulty levels. It was my first project built with TypeScript and React, so it was also a big learning experience.
Features
- Basic row operations
- Error detection
- Automatic fraction reduction
- Autofill mode
Technologies Used
- TypeScript
- React.js