LINEAR SYSTEM EQUATION SOLVER
LINEAR SYSTEM EQUATION SOLVER
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!