Could you please 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

The project is to 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. The script

should take any dimensions of a matrix to preform the operations ( Free dimension). The attached page is the full description of the assignment.