Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 828 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 828 Bytes

Linear-System-Solver

Square Linear System Solver (Linear Algebra)

The script calculates:

How it works

First the user decides the size of the matrix A by typing the number of rows and the number of columns. After this the user inserts the size of column vector b (known terms) and its elements. Finaly the user inserts the size of the vector x (variables) and the script does all the calculations and prints the results.

You can also save the exercises as well, in .doc or .txt. You can decide if you want to do so, typing yes or no at the beginning of the script!