Orthogonal and symmetric matrices

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
mnb96
Messages
711
Reaction score
5
Hello,
I guess this is a basic question.
Let´s say that If I am given a matrix X it is possible to form a symmetric matrix by computing [itex]X+X^{T}[/itex].

But how can I form a matrix which is both symmetric and orthogonal? That is:
[tex]M=M^{T}=M^{-1}[/tex].
 
Physics news on Phys.org
You have implicitly stated that M is real. In this case I think only the identity matrix matches your requirements.
 
And also diagonal matrix with 1 or -1 at diagonal. Any more?
 
Thanks for the answers.
I just noticed that unfortunately I stated my problem incorrectly.

Starting from a matrix, I wanted to find another matrix which is symmetric (not Hermitian!) and unitary. That is:

[tex]M=M^{T}[/tex]
[tex]MM^\dagger=I[/tex]

Here [tex]M^{T}[/tex] means "transpose", while [tex]M^\dagger[/tex] means "conjugate transpose".