Polar decompostion of Hermitian Matrix

In summary, the textbook I have says that a matrix is hermitian if its spectral matrix is nonnegative, and that the polar decomposition is to take the square root of the hermitian matrix P. If A is an n\times n complex matrix, then it may be written in the form A = PU, where P is a positive semidefinite matrix and U is unitary. The matrix P is always uniquely determined as P = ( AA^*)^{1/2}; if A is nonsingular, then U is uniquely determined as U = P^{-1}A.
  • #1
syj
55
0

Homework Statement


I need the steps to follow when finding the polar decomposition of a hermitian matrix


If someone could direct me to a website that would help, or put up an example here please.
thanks :)

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
  • #2
The polar decomposition as stated in Horn and Johnson's Matrix Analysis (corollary 7.3.3):

"If A is an [itex]n\times n[/itex] complex matrix, then it may be written in the form

[tex] A = PU,[/tex]

where P is a positive semidefinite matrix and U is unitary. The matrix P is always uniquely determined as [itex]P = ( AA^*)^{1/2}[/itex]; if A is nonsingular, then U is uniquely determined as [itex]U = P^{-1}A[/itex]."

So, we need to know how to take square roots of matrices. Let M be any positive semidefinite matrix. It is therefore hermitian. We know by the spectral theorem for hermitian matrices (theorem 4.1.5, Horn and Johnson) that it is unitarily equivalent to a diagonal matrix, a.k.a., it is diagonalizable via a unitary:

[tex] M = U \Lambda U^*[/tex]

where [itex]\Lambda[/itex] is the usual matrix of eigenvalues. Define [itex]M^{1/2} = U \Lambda^{1/2} U^*[/itex], where

[tex] \Lambda^{1/2} = diag ( \lambda_1^{1/2}, \ldots, \lambda_n^{1/2})[/tex]

and the unique NONNEGATIVE square root is taken in each case. This is possible since the spectrum of a positive definite matrix is nonnegative. Then [itex]M^{1/2}[/itex] is hermitian (this is the converse of the spectral theorem) and it is positive semidefinite since its spectrum is nonnegative (theorem 7.2.1, Horn and Johnson).

OK, so now we are to compute [itex] (AA^*)^{1/2} = (A^2)^{1/2}[/itex]. Note that this is in general NOT equal to A itself. Why? Because the eigenvalues of A may be negative, and we take nonnegative roots when computing the square root. First, we had better verify that [itex]AA^*=A^2[/itex] is positive semidefinite: let x be any column vector, then

[tex]x^*AA^*x = (A^*x)^*(A^*x) = ||A^*x||^2 \geq 0,[/tex]

and [itex](AA^*)^* = AA^*,[/itex] as required.

Now, A is hermitian and therefore we may invoke the spectral theorem one more time to write

[tex] A = W D W^*,[/tex]

where D is the diagonal matrix of eigenvalues and W is unitary. Then

[tex] AA^* = A^2 = W D^2 W^*[/tex]

and thus

[tex] (AA^*)^{1/2} = (A^2)^{1/2} = W (D^2)^{1/2} W^*.[/tex]

Remember to take the nonnegative roots! And we've found our P! Now, if A is nonsingular, then we can find U via the formula in the original theorem. Verifying that U is unitary (EDIT: and uniqueness of P and U!) can be found in Horn and Johnson.

If you have any more questions or want to see an example, write back.

PS, buy Horn and Johnson. :smile:
 
Last edited:
  • #3
could u please put up a worked example.
I want to follow the steps u posted, with the example and and see if I can get the correct answer.
Thanks so much.
I'm studying at the university of south africa. our prescribed text is "matrices and linear transformations" by cullen.
i'll see if i can get a copy of the text you suggested.
thanks again
 
  • #4
No problem. PhysicsForums doesn't have the LaTeX commands that I'm used to working with when typing up matrices (I have my own custom commands), so I'll type up a quick .pdf file and post it in this thread when I'm done.
 
  • #5
Here we go. I think all my computations are correct.
 

Attachments

  • Temp.pdf
    67.1 KB · Views: 369
  • #6
Hi,
will this still work if my matrix is a REAL hermitian?
I'm going to find sometime today at work to work through your example.
thank you so much!
the textbook i have just had theorems and no examples.
:(

thanks again.
 
  • #7
Yup, it'll work! In the case that the matrix is real and hermitian, we call it symmetric.
 
  • #8
Is it necessary to get unit vectors for the eigenvalues?
For the question I am working on, the answer is given. I notice that if I do not use unit vectors, then I will have the same answer as the book does for the matrix P.
I am still working out the matrix U.
The matrix P is quite ugly (well to me its ugly) and getting its inverse is taking me a while.
Im sure I am just making calculation errors with this as finding the inverse of a matrix is pretty straight forward.
Thanks again.
PS: did you see my post on finding the projectors for a matrix? can you help there?
 
  • #9
No, unit eigenvectors are not necessary when diagonalizing. We just needed a guarantee that the matrix were diagonlizable, and the spectral theorem for hermitian matrices provides us with that guarantee. But the spectral theorem says something stronger in that not only is it diagonalizable, but it's diagonalizable via a unitary. What I mean by stronger is this: unitarily equivalent matrices are similar, but the converse does not hold in general.

But you are correct, we don't need those eigenvectors to be unit length. We just to diagonalize it. :smile:

I'll take a look at your other thread.
 

Related to Polar decompostion of Hermitian Matrix

1. What is polar decomposition of Hermitian matrix?

Polar decomposition of a Hermitian matrix is a way to break down a Hermitian matrix into two parts: a unitary matrix and a positive semidefinite Hermitian matrix. It is a useful tool in linear algebra and can be used in various applications, such as in quantum mechanics and signal processing.

2. How is polar decomposition different from other matrix decompositions?

Unlike other matrix decompositions, polar decomposition is unique for every Hermitian matrix. This means that there is only one way to decompose a Hermitian matrix into a unitary and positive semidefinite matrix. Other matrix decompositions, such as LU and QR decompositions, may have multiple solutions.

3. What is the significance of the unitary matrix in polar decomposition?

The unitary matrix in polar decomposition represents the rotation and reflection components of the original Hermitian matrix. It is a square matrix with complex entries and has the property that its conjugate transpose is equal to its inverse. This makes it useful in various applications, such as in quantum mechanics and signal processing, where unitary transformations are often used.

4. How is polar decomposition used in quantum mechanics?

Polar decomposition is used in quantum mechanics to transform a Hermitian operator into a form that is more easily analyzed. This is because the unitary matrix in the decomposition has simple properties that can be used to simplify calculations and understand the behavior of quantum systems.

5. Can any Hermitian matrix be polar decomposed?

Yes, any Hermitian matrix can be polar decomposed. This is because Hermitian matrices are a special type of square matrix that have unique properties, such as being self-adjoint and having real eigenvalues. These properties allow for the unique decomposition of a Hermitian matrix into a unitary and positive semidefinite matrix.

Similar threads

  • Calculus and Beyond Homework Help
Replies
4
Views
2K
  • Calculus and Beyond Homework Help
Replies
31
Views
3K
  • Calculus and Beyond Homework Help
Replies
13
Views
9K
  • Linear and Abstract Algebra
Replies
2
Views
769
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
2K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
11
Views
3K
Back
Top