Can I Write a Hermitian Matrix as A=A^(1/2)AH^(1/2)?

  • Level: Graduate 
  • Thread starter Thread starter EngWiPy
  • Start date Start date
  • Tags Tags
    Hermitian Matrix
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
4 replies · 2K views
EngWiPy
Messages
1,361
Reaction score
61
Hello,

If I have a Hermitian matrix A, can I write it as:

[tex]\mathbf{A}=\mathbf{A}^{1/2}\mathbf{A}^{H/2}[/tex]

where superscript H denotes hermitian operation?

Thanks
 
Physics news on Phys.org
micromass said:
What do you mean with ##H/2##? Do you mean

[tex](A^H)^{1/2}[/tex]

or something similar?

Yes exactly, it means the square root of the complex conjugation transpose of A.
 
OK, but if ##A## is hermitian, then ##A^H = A##, no? So you can write your original post as

[tex]A = A^{1/2}A^{1/2}[/tex]

which is certainly true.
 
  • Like
Likes   Reactions: 1 person
micromass said:
OK, but if ##A## is hermitian, then ##A^H = A##, no? So you can write your original post as

[tex]A = A^{1/2}A^{1/2}[/tex]

which is certainly true.

Oh, I didn't see it that way. Thanks