how to find inverse of a matrix in matlab?
Answers
Answered by
0
Inverse of a matrix in MATLAB is calculated using the inv function. Inverse of a matrix A is given by inv(A).
Similar questions