Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 234 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 234 Bytes

matrix-inverse-gj

The Gauss-Jordan method is implemented to compute the inverse of a matrix in O(n^3) time. Computation has been validated through test-cases and comparison with other methods implementing the Gauss-Jordan method.