Help Prove Real Eigenvalues of Symmetric Matrix

Click For Summary

Discussion Overview

The discussion revolves around the properties of eigenvalues of symmetric matrices, specifically focusing on proving that all eigenvalues of a row-normalized real symmetric matrix are real numbers. The conversation also touches on identifying whether a matrix is symmetric.

Discussion Character

  • Exploratory, Technical explanation, Debate/contested, Homework-related

Main Points Raised

  • One participant asserts that all eigenvalues of a real symmetric matrix are real numbers and seeks a proof for row-normalized symmetric matrices.
  • Another participant suggests that a row-normalized symmetric matrix remains symmetric and implies that the same proof for symmetric matrices can be applied.
  • A different participant requests an algorithm to determine if a matrix is symmetric.
  • Another participant proposes a straightforward algorithm for checking symmetry based on comparing matrix elements.

Areas of Agreement / Disagreement

Participants express differing views on the need for a specific proof for row-normalized symmetric matrices, with some suggesting that the existing proof for symmetric matrices suffices. The discussion on the algorithm for checking symmetry appears to be more straightforward, but no consensus on its efficiency or completeness is reached.

Contextual Notes

The discussion does not clarify the specific properties of row-normalized matrices or any assumptions that may affect the proof of eigenvalues. The algorithm proposed for checking symmetry is not accompanied by a discussion of its limitations or potential edge cases.

Who May Find This Useful

Participants interested in linear algebra, specifically in the properties of symmetric matrices and eigenvalues, as well as those looking for algorithms related to matrix properties.

tom08
Messages
19
Reaction score
0
Help! Symmetric matrix

I know that all the eigenvalues of a real symmetric matrix are real numbers.
Now can anyone help out how to prove that "all the eigenvalues of a row-normalized real symmetric matrix are real numbers"? Thank you~~~
 
Physics news on Phys.org


?? A "row normalized" symmetric matrix is still a symmetric matrix. Just use the same proof as for any symmetric matrix.
 


hi everyone please tell me an algorithm for finding if a matrix is symmetric or not
 


What's wrong with the obvious one:

Answer= "symmetric"
For i= 1 to n-1
{
For j= i+1 to n
if a_{ij}\ne a_{ji}
{
Answer= "not symmetric"
exit loops
}
}
report Answer.
 

Similar threads

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