Question: Write a matlab function with name myge.m that uses naive Gaussian elimination and the matrix features of matlab to obtain the upper triangular form and
Write a matlab function with name myge.m that uses naive Gaussian elimination and the matrix features of matlab to obtain the upper triangular form and multipliers for any given system of n equations in n unknowns. The input of your function should be any n x (n+1) matrix A, where the first n columns are the n columns of the coefficient matrix of the given system and the last column consists of the corresponding right-hand sides of the equations. Your program should keep all intermediate results in the given matrix A and handle input errors. The output of your function should be the overwritten matrix A whose upper triangular part (with diagonal) contains the upper triangular matrix produced by Gaussian elimination and whose lower triangular part (without diagonal) contains the multipliers in proper order. Th
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
