A simple c++ projects implementing linear algebra operations with matrices.
- Performs diagonalization of a given matrix
- Computes determinant of a given matrix
- Added printing function to Wolfram Mathematica sytax
- Compute inverse
- Study the associated linear system