This repository implements the Gauss-Jordan elimination method to solve systems of linear equations. The main objective of this implementation is to minimize the use of external libraries like NumPy, ...