MatrixMagic allows users to perform operations on square matrices. The available operations are matrix multiplication, finding the transpose, addition/subtraction, and finding the determinant.
The purpose of this project is to weave together linear algebra, structs, and dynamic memory management within C.
- Download and extract the contents of this repository into a new MatrixMagic directory.
- Make sure a C compiler is installed.
- Run
make
from a command line terminal inside the MatrixMagic directory. - Run
./MatrixMagic
inside the same directory as in step 3.