Using QR Decomposition to find Eigenvalues values

MarkRaz2

New member
Joined
Jun 15, 2022
Messages
7
Hi I'm trying to learn how to use QR Decomposition to find Eigenvalues values. The standard formula is A= QR
The way I understand it is that you obtain Q by using the Gram-Schmidt process to normalize A. I understand this process fine.

My question is how do you find R ? Is R just and upper triangular representation of A? if so what process/method is typically used to do this?

thanks
 
Top