This project provides a Python implementation of the Gauss-Jordan elimination method for solving systems of linear equations. The tool allows you to input a matrix, validate and update it ...
The whole idea of this code is to show how fast each method does the work. As you can see after running the code, gauss jordan method does it way faster than recursive method.