| Project 3 - Matrix Inversion Using Cofactors |
Write a MATLAB program which does the following:
There should be some elementary error checking such as verifying that b has the appropriate dimension. Note, b can be input as either a row or column vector, but it must be a column vector when determining the solution from x = A-1 b.
Run your program and display A, b, cof(A), Adj(A), and when A is nonsingular, A-1 and x for the cases below.
