Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

implement Gauss-Jordan algorithm

Open danthe1st opened this issue 5 years ago • 2 comments

closes #230

danthe1st avatar Oct 08 '20 14:10 danthe1st

Sorry totally missed this PR...

Impl looks pretty good, I haven't dug into it too much yet. I need to check if this is a dup though, looks very similar to:

https://github.com/williamfiset/Algorithms/blob/master/src/main/java/com/williamfiset/algorithms/linearalgebra/GaussianElimination.java

williamfiset avatar Jan 31 '21 20:01 williamfiset

Those are different alogithms. See this Math SE post for example

danthe1st avatar Feb 01 '21 12:02 danthe1st