Can singular value decomposition be used for complex matrices?

  • Thread starter Thread starter Cyrus
  • Start date Start date
  • Tags Tags
    Matrix
Cyrus
Messages
3,237
Reaction score
17
A*A^T

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.
 
Back
Top