Make a program in MATLAB to perfom Gauss-Jordan Elimination on a matrix of arbitrary size. Demonstrate with an example. Verify the result using a MATLAB function.
Exercise 2
Make a program in MATLAB to perfom Jacobi iteration on a matrix of arbitrary size. Demonstrate with an example. Verify the result using a MATLAB function.