Question: Upload Matlab Code (35/100 pts) Develop a computer program to solve a set of linear equations A B using the Gaussian elimination scheme with partial
Upload Matlab Code

(35/100 pts) Develop a computer program to solve a set of linear equations A B using the Gaussian elimination scheme with partial pivoting. Your routine should take the A matrix and the matrix B as inputs and return the solution matrix r. Use the row interchange vector to keep track of row switching for partial pivoting. Note that your program must accept a B matrix with more than 1 column. Use your program to solve Ax - B with, 3 2 -3 16 6 2 4 0 5 24 5 A=1-3 1 0 2 31; B=1-9 5 -8 1 2 6 -8 1 46 24 2 36 12
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
