In this project, you will write the MATLAB code to perform the Gauss elimination method presented in class by completing the following steps:
Write a user-defined function that performs a linear combination of two rows Write a user-defined function that will interchange any two rows in a matrix.