Symmetry of Orthogonally diagonalizable matrix

  • Context: Graduate 
  • Thread starter Thread starter DmytriE
  • Start date Start date
  • Tags Tags
    Matrix Symmetry
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
DmytriE
Messages
78
Reaction score
0
Can someone confirm or refute my thinking regarding the diagonalizability of an orthogonal matrix and whether it's symmetrical?

A = [b1, b2, ..., bn] | H = Span {b1, b2, ..., bn}. Based on the definition of the span, we can conclude that all of vectors within A are linearly independent. Furthermore, we can then conclude that Rank(A) = n.

If Rank(A) = n then none of the vectors in A can be made as a linear combination of the other n-1 vectors. Since A can be row-reduced to an identity matrix and the transpose of the identity matrix is itself. Can it be concluded that the original matrix A is also symmetrical (AT = A)?
 
Physics news on Phys.org
DmytriE said:
Based on the definition of the span, we can conclude that all of vectors within A are linearly independent.
This is incorrect. However, if A is orthogonal, then you can use that an orthogonal matrix is invertible (the transpose is the inverse), and that the columns of an invertible matrix are linearly independent.
 
Fredrik said:
This is incorrect. However, if A is orthogonal, then you can use that an orthogonal matrix is invertible (the transpose is the inverse), and that the columns of an invertible matrix are linearly independent.

When you say that this is incorrect, are you referring to my rational regarding symmetrical matrices or vector linear independence?
 
DmytriE said:
Can someone confirm or refute my thinking regarding the diagonalizability of an orthogonal matrix and whether it's symmetrical?

A = [b1, b2, ..., bn] | H = Span {b1, b2, ..., bn}.
Do you intend here that H is itself n dimensional? If so, you need to say that. If not, your following statement is not true.

Based on the definition of the span, we can conclude that all of vectors within A are linearly independent. Furthermore, we can then conclude that Rank(A) = n.

If Rank(A) = n then none of the vectors in A can be made as a linear combination of the other n-1 vectors. Since A can be row-reduced to an identity matrix and the transpose of the identity matrix is itself. Can it be concluded that the original matrix A is also symmetrical (AT = A)?
 
Orthogonal matrices are a particular case of unitary matrices, which are in turn a particular case of normal matrices. Any normal matrix ##A## is orthogonally diagonalizable, i.e. represented as ##A=UDU^*##, where ##U## is a unitary and ##D## is diagonal matrix (generally with complex coefficients).

Orthogonal matrices do not need to be symmetric, a rotation matrix $$R_\alpha = \left(\begin{array}{cc} \cos \alpha & -\sin\alpha \\ \sin\alpha & \cos\alpha \end{array}\right)$$ with ##\alpha\ne \pi n## can serve as an example.

On the other hand, there are symmetric orthogonal matrices, for example the identity matrix ##I## or the matrices $$\left(\begin{array}{cc} 1 & 0 \\ 0 &-1 \end{array}\right), \qquad \left(\begin{array}{cc} \cos \alpha & \sin\alpha \\ \sin\alpha &- \cos\alpha \end{array}\right) $$ (the last two matrices are unitarily equivalent).