Help Prove Real Eigenvalues of Symmetric Matrix

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.
 


Also note this thread.
 


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.
 
Thread 'Derivation of equations of stress tensor transformation'
Hello ! I derived equations of stress tensor 2D transformation. Some details: I have plane ABCD in two cases (see top on the pic) and I know tensor components for case 1 only. Only plane ABCD rotate in two cases (top of the picture) but not coordinate system. Coordinate system rotates only on the bottom of picture. I want to obtain expression that connects tensor for case 1 and tensor for case 2. My attempt: Are these equations correct? Is there more easier expression for stress tensor...
Back
Top