For a symmetric-positive-definite matrix $A=\begin{bmatrix} a & b\\ b & c\\ \end{bmatrix}$ with $a\geq c$ and eigenvalues $\lambda_1\geq \lambda_2 > 0$ can we say that Cholesky factorization with a lower triangular form is the same as QR factorization?
Actually I want to prove that $A_k$ in the following iteration converges to $diag(\lambda_1,\lambda2)$: for $k=1,2,...,$ $A_{k−1}=G_kG^{T}_k$; $A_k=G^{T}_k G_k$; end. I wanted to relate this to the power iteration if that's the way ...How to proceed?