Computer Science, asked by varshaanand226, 11 months ago

Write a numpy program compute the inverse of a given matrix.

Answers

Answered by Anonymous
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 princeameta2882007
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