Efficiently Compute the Inverse of a Matrix Using Tricky Techniques

  • Context: Graduate 
  • Thread starter Thread starter peterlam
  • Start date Start date
  • Tags Tags
    Inverse Matrix
Click For Summary
SUMMARY

This discussion centers on the computation of the inverse of a matrix C derived from the inverse of an invertible matrix A. It establishes that while B is the inverse of A, and C is constructed by squaring the entries of B, C is not necessarily invertible. The conversation highlights that if A is positive definite, then B and C are also positive definite, but it ultimately concludes that a general method for computing the inverse of C directly from A does not exist, particularly when considering the implications of determinants.

PREREQUISITES
  • Understanding of matrix inversion and properties of invertible matrices.
  • Familiarity with positive definite matrices and their characteristics.
  • Knowledge of determinants and Cramer's rule for solving equations.
  • Basic linear algebra concepts, including matrix operations and properties.
NEXT STEPS
  • Explore the properties of positive definite matrices and their implications in linear algebra.
  • Study Cramer's rule and its application in computing matrix inverses.
  • Learn about determinant calculations and their effects on matrix transformations.
  • Investigate advanced matrix factorization techniques for efficient computations.
USEFUL FOR

Mathematicians, data scientists, and anyone involved in linear algebra or computational mathematics who seeks to deepen their understanding of matrix properties and inversion techniques.

peterlam
Messages
16
Reaction score
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!
 
Physics news on Phys.org
C is not necessarily invertible, so the answer to your question is "no".

For example
B = \begin{matrix} 1 & -1 \cr 1 & 1 \end{matrix}

C = \begin{matrix} 1 & 1 \cr 1 & 1 \end{matrix}
 
What if we only consider A is positive definite? Then B is positive definite and C should be positive definite too.

Can we compute the inverse of C directly from A in this case?

Thank you!
 
In my counterexample B is positive definite.

x^T B x = x_1^2 + x_2^2

You can write any inverse matrix explicitly in terms of determinants of the matrix and submatrices (this is equivalent to Cramer's rule for solving equations). Think about how a derminant is calculated, and what happens to it if you square all the entries in the matrix. I think it is very unlikely you will get any general result about this.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 12 ·
Replies
12
Views
3K