i am interested in finding eigenvalues and eigenvectors for any real matrix - large and not symmetric. i discovered that QR-algoritm is the best one. I have questions:
1) if A-matrix (real and not symmetric) is given, then $Q$-matrix can be found for example using Gramm-Schmidt orthogonalization procedure - if $A$ is real then in any case $Q$ is real too ... and $R$-matrix is real either (do I understand correctly ?)
2) if $A$ is real and not symmetric then the eigenvalues can be complex numbers. then, my question is - how to use $QR$-algorithm in order to find complex eigenvalues too ? (if the sequence $A_{(k+1)}=R_kQ_K$ will produce real matrices $A_{(k+1)}$ ?)