Can singular value decomposition be used for complex matrices?

  • Context: Graduate 
  • Thread starter Thread starter Cyrus
  • Start date Start date
  • Tags Tags
    Matrix
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 9K views
Cyrus
Messages
3,246
Reaction score
17
[tex]A*A^T[/tex]

Will result in a symmetric matrix. Does this mean that A*A^T will be positive semi-definite?


Does A have to be strictly real, can it be complex?
 
Physics news on Phys.org
A*AT is symmetric IF A is real. For complex matrices you want to use the adjoint rather than the transpose.

The eigenvalues of A*A* are always real and non-negative. The square roots of these eigenvalues are called the singular values of A. Singular value decomposition is a very important matrix decomposition technique.