Gram matrices in the Rayleigh-Ritz algorithm

133 Views Asked by At

I want to get the math behind of the Rayleigh-Ritz Procedure (that minimize Rayleigh quotient) But when I look at the code (*), I cannot understand: Why are Gram matrices in the Rayleigh-Ritz procedure constructed this way? And why we should solve the eigenproblem with Gram matrices?

Can someone explain why we use Gram matrices or advice a paper that covers this? I googled but didn't find any description of the Gram matrix into Rayleigh-Ritz

Thank you in advance

1

There are 1 best solutions below

0
On BEST ANSWER

I think I was very tired when asked this...hmmm. I don't delete the question, cause somebody would ask himself the same question someday

The answer in the definitions

If we have an eigenproblem $Ax = \lambda Bx$ and a subspace defined by basis vectors in a matrix $S$, then the projections of eigenvectors on $S$ are the solutions of $S^TASx_i = \lambda S^TBSx_i$. (definition of the Rayleigh-Ritz procedure)

If $S$ defined as a set of vectors $X_i$ = ($v_{i1} ... v_{in}$) that has some senses, we can write the matrix multiplication in the block form - the form gives a Gram matrix.