Question: Using the algorithm for Gauss - Jordan without pivoting developed in class, code a function myGaussJordanNoPivot that takes as input a matrix A and collection

Using the algorithm for Gauss-Jordan without pivoting developed in class, code a function myGaussJordanNoPivot that takes as input a matrix A and collection of q right-hand sides forming the q columns of of a matrix B. Your function shall return the q solution vectors as columns of a matrix X. Do not use any Matlab build-in functions for solving matrices, the only functions/structures you may use are the ones covered in the class slides.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!