- #1
peterlam
- 16
- 0
Suppose A is a invertible n-by-n matrix. Let B be the inverse of A, i.e. B = A^(-1).It is trivial that A = B^(-1).
If we construct a matrix C whose entry is the square of corresponding entry of B, i.e. C_ij = (B_ij)^2, then we compute the inverse of C.
We can compute the inverse of C directly from A without going through the inverse operation twice?
Thank you!
If we construct a matrix C whose entry is the square of corresponding entry of B, i.e. C_ij = (B_ij)^2, then we compute the inverse of C.
We can compute the inverse of C directly from A without going through the inverse operation twice?
Thank you!