how can I calculate the inverse of matrix?

52 Views Asked by At

Matrix has 16 rows and 1166 columns so I did not inverse directly. I have to calculate the SVD of matrix. I used the Matlab and I try to calculate pseudo inverse of matrix. [S V D]= svd(A) A= SVD' and the diagonal singular values matrix V can be founda simply by replacing the diagonal entries with their multiplicative inverses am I right ? Because I am confused, my result is not correct.