A compilation of MATLAB scripts to perform matrix operations
Takes input of a square matrix and a column vector, combines them into an augmented matrix. Afterwards, it performs Naïve Gaussian elimination without pivoting and solves the systems of equations.
This project is licensed under the MIT License - see the LICENSE.md file for details