Skip to content

AlanTurist/Linear-System-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Square Linear System Solver (Linear Algebra)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages