Question: Use matlab show all codes The function gaussel.m solves the system of linear equations using Gaussian elimination and back substitution algorithms. Modify this function into

Use matlab show all codes
The function gaussel.m solves the system of linear equations using Gaussian elimination and back substitution algorithms. Modify this function into a function gaussjordan.m, which uses Gauss-Jordan instead of Gaussian elimination to solve the system of linear equations. Use your function to solve the system of equations with A magic (5), and b = [215; 200; 145; 200: 215) The function gaussel.m solves the system of linear equations using Gaussian elimination and back substitution algorithms. Modify this function into a function gaussjordan.m, which uses Gauss-Jordan instead of Gaussian elimination to solve the system of linear equations. Use your function to solve the system of equations with A magic (5), and b = [215; 200; 145; 200: 215)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
