What causes a complex symmetric matrix to change from invertible to non-invertible?

  • A
  • Thread starter Tybalt
  • Start date
  • Tags
    Complex
  • #1
Tybalt
3
1
I'm trying to get an intuitive grasp of why an almost imperceptible change in the off-diagonal elements in a complex symmetric matrix causes it to change from being invertible to not being invertible. The diagonal elements are 1, and the sum of abs values of the off-diagonal elements in each row is 1.34 in the invertible case and 1.3778 in the non-invertible case.
 
Physics news on Phys.org
  • #2
It's a generally true fact that if you take a non invertible matrix and just randomly change the entries by a small amount, it's probably now invertible.

Without more context about how you constructed this specific matrix I'm not sure there's more that can be said
 
  • Like
Likes mathwonk
  • #3
I think it would be fair to say that whatever change you made, you moved one of the eigenvalues to zero (or near enough to upset a computer numerically calculating the inverse).
 
  • #4
Why do you expect the sum of the off diagonal elements to be important? The invertibility of the matrix is determined by the determinant of the matrix, which involves products of those elements. You can change the elements while keeping their sum. Take for example a 2 by 2 matrix with 1's along the main diagonal. The determinant is ##1-bc## if you keep the sum of the off diagonal elements fixed, say equal to 2 i.e. ##b+c=2## you can still change the determinant. The determinant will be ##1-2b+b^2##. Any choice of ##b## will give a value for the other element by ##c=2-b##, which doesn't change their sum, but changes the determinant.
 
  • #5
Office_Shredder said:
It's a generally true fact that if you take a non invertible matrix and just randomly change the entries by a small amount, it's probably now invertible.

Without more context about how you constructed this specific matrix I'm not sure there's more that can be said
This is how I constructed the matrix (M): I start with a complex nxn rank-n matrix (A) and remove a row to make (n-1)xn matrix (B). So B is an operator that maps n data symbols to (n-1) coded symbols, so obviously it has a zero eigenvalue. The inter-symbol interference matrix is M = (B^-1)B. The matrix A that I'm using makes M symmetric and tri-diagonal.

An interesting aside: real(M) is invertible, whereas imag(M) is not.

Matrices K = (A^-1)A and M = (B^-1)B are exactly the same except for the slightest difference in the off-diagonal values. I'm trying to get some insight as to how this difference in values causes the matrix to go from invertible to non-invertible.

I'm hoping that an understanding of this will help me understand the mechanics behind Mazo's limit.
 
  • Like
Likes jbergman
  • #6
That's the necessary condition of a proof that a "strictly" diagonally dominant matrix is invertible. The matrices I'm looking at are symmetric tri-diagonal.
 

Similar threads

  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Linear and Abstract Algebra
Replies
12
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
2K
  • Linear and Abstract Algebra
Replies
15
Views
4K
  • Linear and Abstract Algebra
Replies
1
Views
1K
  • Precalculus Mathematics Homework Help
2
Replies
57
Views
3K
  • Set Theory, Logic, Probability, Statistics
Replies
0
Views
487
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
1K
Replies
2
Views
2K
  • Programming and Computer Science
Replies
2
Views
1K
Back
Top