Recent content by mrcaze

  1. mrcaze

    Eigenvalues/eigenvectors using householder and QR

    Jason and Hawkeye, Yes! The eigenvalues are correct! I thought that eigenvectors should be equal too. I will try to do what Hawkeye said. Thanks a lot
  2. mrcaze

    Eigenvalues/eigenvectors using householder and QR

    Hello Jason! First of all, thanks for answer me. Let me explain better my question. I have a symetric matrix (nxn) and I want to compute eigenvalues/eigenvectors using numerical methods, because I need to implement it in C++. I read about this issue and I tried to use householder transformation...
  3. mrcaze

    Eigenvalues/eigenvectors using householder and QR

    Dear Friends, I need to determinate eigenvalues/eigenvectors using householder and QR. I did the follow steps: 1. Transform A matriz to diagonal matriz using householder. I read that matrices are similar, aren't they? 2. Find eigenvalues/eigenvectors using QR Factorization; 3. Adjust found...
Back
Top