A naïve implementation of a matrix class with various matrix operations
To create a Matrix class that supports basic matrix operations with simple and efficient implementations.
- REF(Row Echelon Form)
- RREF(Reduced Row Echelon Form)
- Determinant
- Inverse
- Transpose
- Matrix Addition, Subtraction
- Matrix Multiplication
- Solving Linear Systems
See Wiki