This is a simple math library for working with matrices, originally created as a way for me to learn and practice programming concepts such as loops, data structures, and algorithm design—while also deepening my understanding of linear algebra.
Currently, the library supports real-number matrices (with basic support for complex matrices now added).
- Addition and subtraction of matrices
- Multiplication of matrices
- Scalar multiplication of matrices
⚡️ Note: This project is mainly a self-learning exercise, so the focus is on clarity and practice rather than performance optimizations.