Diagonalization of bidiagonal matrix with QR

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2010-03-30T18:31:59Z Indexed on 2010/03/30 18:33 UTC
Read the original article Hit count: 422

Filed under:
|
|
|

How can i diagonalize the matrix A having the orthogonal transformations P and Q: A = Q*B*P ? I saw something pointing out to QR transformations, but i couldn't find out the algorithm.

© Stack Overflow or respective owner

Related posts about numerical-methods

Related posts about qr