2. Using MATLAB, develop an M-file to determine matrix inverse based on the LU f
ID: 1863299 • Letter: 2
Question
2. Using MATLAB, develop an M-file to determine matrix inverse based on the LU
factorization method above. That is, develop a function called myinv that is passed the
square matrix [A] and utilizing codes of part 1. above to return the inversed matrix. You
are not to use MATLAB built-in function inv or left-division in your codes. Test your
function by using it to solve a system of equations listed below. Confirm that your
function is working properly by verifying that [A][ ]
=[I] and by using the MATLAB
built-in function inv....
Explanation / Answer
I need an expert...