@@ -7,4 +7,8 @@ Thus, the diagonal elements of the above inner product must be equal to 1 (or ne
...
@@ -7,4 +7,8 @@ Thus, the diagonal elements of the above inner product must be equal to 1 (or ne
So far, we were used the simple [`numpy.linalg.inv()`](https://numpy.org/doc/stable/reference/generated/numpy.linalg.inv.html) function to calculate the inverse of a matrix. In this case, we found disagreement between the right-hand inverse matrix or the left-hand inverse matrix.
So far, we were used the simple [`numpy.linalg.inv()`](https://numpy.org/doc/stable/reference/generated/numpy.linalg.inv.html) function to calculate the inverse of a matrix. In this case, we found disagreement between the right-hand inverse matrix or the left-hand inverse matrix.