nomemory / andreinc-site

My personal blog
9 stars 4 forks source link

2021/01/25/computing-eigenvalues-and-eigenvectors-using-qr-decomposition #12

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Computing Eigenvalues and Eigenvectors using QR Decomposition | andreinc

A short tutorial on how to compute Eigenvalues and Eigenvectors using QR Matrix Decomposition. Python code included.

https://www.andreinc.net/2021/01/25/computing-eigenvalues-and-eigenvectors-using-qr-decomposition

KevinUTAT commented 2 years ago

Hi. For finding eigenvectors, at least for the non-shifted QR method, isn't columns of QQ eigenvectors?