Berat-O / Python_Project

Basic Python projects for beginners and you can add your own project, good first issue
17 stars 18 forks source link

Gauss and cholesky algs for matrices #6

Closed konthis closed 9 months ago

konthis commented 10 months ago

Gauss algorithm is used for solving a system of linear equations. Cholesky is an algorithm for decomposing a matrix into a triangular matrix and its transpose. That decompisition is used for solving a system of linear equations as well.