Skip to content

poctave/Linear-Algebra

About

This code checks whether a matrix is singular by attempting to perform Gaussian elimination. It successively constructs pivot positions along the diagonal. If a pivot cannot be created in any column (even after adding lower rows), the matrix is singular. Otherwise, the matrix is reduced to an echelon form with normalized diagonal.

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors