Skip to content

A matrix calculator which can perform addition, subtraction, multiplication, scalar multiplication, inversion and transposion.

Notifications You must be signed in to change notification settings

audreycs/Matrix-Calculator

Repository files navigation

This program is a simple Matrix Calculator

How to compile?

  1. Clone or download this program to your computer
  2. Enter command "make clean" and then enter "make" in console

$ make clean
$ make

  1. Then you can find a executable file named 'do'. You can enter "./do" to run this program.

$ ./do

What can 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.

More detailed instructions?

Please read 'help' file to get more information.

About

A matrix calculator which can perform addition, subtraction, multiplication, scalar multiplication, inversion and transposion.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published