Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Gauss-Jordan

Open danthe1st opened this issue 3 years ago • 0 comments

The Gauss-Jordan algorithm can be used in order to solve linear equations of any size using matrixes.

Note that the Gauss-Jordan algorithm is not the same as gaussean elimitation as gaussean elimitation is part of at.

I would like to add an implementation of the Gauss-Jordan algorithm.

danthe1st avatar Oct 08 '20 05:10 danthe1st