Question: Create a Matlab Script that will take the a Matrix A and Matrix B (of AX=B), then calculate the Determinant of Matrix A, Inverse of
Create a Matlab Script that will take the a Matrix A and Matrix B (of AX=B), then calculate the Determinant of Matrix A, Inverse of matrix A , Solution vector X, Rank of Matrix of A, Eigen Values and Eigen Vectors of A. You should use det, inverse, inverse(A)*B, rank, and eig functions of Matlab.
I know this question has been answered on here before but if possible to redo the problem. Thanks
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
