mcalc

simple interactive program to perform matrix operations. (WIP)
Index Commits Files Refs README LICENSE
README.md (671B)
   1 # Make matrix calculations on the command line!
   2 WARNING! Work in progress, it doesn't work at the moment!
   3 
   4 matrix-calculator-cli it's a simple interactive program written in C, that can perform matrix operations on the command line.
   5 
   6 The main prompt looks something like this:
   7 
   8 ![matrix-calculator](https://user-images.githubusercontent.com/64109770/115820754-df06e800-a3d7-11eb-9f7a-ef9a31829438.png)
   9 
  10 To install it you will need a C compiler(e.g. gcc, clang), GNU make, and the source code that you can download from this repo, then you navigate to the downloaded folder with the terminal of you choice and compile the program running the command:
  11   $ make.