Re: diagonalization using unitary matrices



math_think <arielguerreiro@xxxxxxxxx> writes:

Dear All

I have got a self adjoint square matrix with real coefficients and I
need to find the unitary matrix which diagonalizes the first.
According to the spectral theorem such unitary matrix exists but the
traditional method of diagonalization, which consists in finding the
eigenvectors and putting them as the columns of a diagonalization
matrix does not generate necessarily an unitary matrix.

For distinct eigenvalues the eigenvectors are automatically orthogonal, and
all you need to do is normalize them to have 2-norm 1. If there are
several eigenvectors for the same eigenvalue, use Gram-Schmidt to get
orthonormal eigenvectors.
--
Robert Israel israel@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Department of Mathematics http://www.math.ubc.ca/~israel
University of British Columbia Vancouver, BC, Canada
.



Relevant Pages

  • Re: diagonalization using unitary matrices
    ... I have got a self adjoint square matrix with real coefficients and I ... According to the spectral theorem such unitary matrix exists but the ... traditional method of diagonalization, ...
    (sci.math)
  • diagonalization using unitary matrices
    ... I have got a self adjoint square matrix with real coefficients and I ... According to the spectral theorem such unitary matrix exists but the ... traditional method of diagonalization, ...
    (sci.math)
  • Re: Numerical diagonalization by not using zgeev?
    ... >>> I have a problem when doing numerical diagonalization of an unsymmetric ... >>> contain the eigenvectors. ... After that I apply a transformation to the ... >sets some eigenvalues to zero and some to 1) directly to the triangular ...
    (sci.math.num-analysis)
  • Re: What kind of nxn matrix has less than n linearly independent eigenvectors?
    ... >>What to do with such matrices if diagonalization is still required for ... > If your matrix has real entries and you require real eigenvectors, ... >then any matrix with complex eigenvalues must be rejected. ... >algebraic condition for the eigenvalues not to exist. ...
    (sci.math)
  • Re: Numerical diagonalization by not using zgeev?
    ... I have a problem when doing numerical diagonalization of an unsymmetric ... complex NxN matrix H. N is typically of order 100-1000, ... contain the eigenvectors. ... Have you check if the Schur decomposition can help you? ...
    (sci.math.num-analysis)