How to rewrite $R^TAR = V$ to find $A$

38 Views Asked by At

How to write the following equation to find $V$, the eigenvalue matrix. Note that $R$ is the orthogonal eigenvector matrix, and $A$ is one of the symmetric matrices.

1

There are 1 best solutions below

0
On BEST ANSWER

I assume that we have $R^TAR = V$, and $R$ is an orthogonal matrix. It follows that $$ R^TAR = V \implies\\ R(R^TAR) = RV \implies\ \\ AR = RV \implies\\ (AR)R^T = (RV)R^T \implies\\ A = RVR^T. $$