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,
7 months ago
Hindi,
7 months ago
English,
7 months ago
Computer Science,
1 year ago
Environmental Sciences,
1 year ago
Physics,
1 year ago