Write a numpy program compute the inverse of a given matrix.
Answers
Answered by
0
We use numpy.linalg.inv() function to calculate the inverse of a matrix. The inverse of a matrix is such that if it is multiplied by the original matrix, it results in identity matrix.
Answered by
24
Explanation:
We use numpy. linalg. inv() function to calculate the inverse of a matrix. The inverse of a matrix is such that if it is multiplied by the original matrix, it results in identity matrix.
Similar questions
English,
6 months ago
Science,
6 months ago
Computer Science,
11 months ago
Environmental Sciences,
11 months ago
Physics,
1 year ago