This project provides a C++ implementation for basic matrix manipulation operations, including addition, multiplication, transpose, determinant calculation, adjoint matrix calculation, and matrix inversion. It includes classes for handling general matrices and square matrices (quadratic matrices).
- Addition of matrices of the same size
- Multiplication of matrices
- Transpose of matrices
- Determinant calculation for square matrices
- Adjoint matrix calculation for square matrices
- Inverse matrix calculation for square matrices
To get a local copy up and running follow these simple steps.
- C++ compiler supporting C++11 or later
- Git (optional, if you want to clone the repository)
-
Clone the repository:
git clone https://github.com/ardaarslan47/Matrix