- Clone or download this program to your computer
- Enter command "make clean" and then enter "make" in console
$ make clean
$ make
- Then you can find a executable file named 'do'. You can enter "./do" to run this program.
$ ./do
- Read matrices from local files or just input from console.
- Perform addition, subtraction, multiplication, division and inversion operations between matrixes.
- Support calculating the determinant, transpose matrix as well the square of a matrix.
- Present results on console.
Please read 'help' file to get more information.