We found the orthonormal basis for the eigen spaces.
We got $C$ to be the matrix
[ 1/squareroot(2) 1/squareroot(6) 1/squareroot(3)
-1/squareroot(2) 1/squareroot(6) 1/squareroot(3)
0 -2/squareroot(6) 1/squareroot(3) ]
And the original matrix $A $ is
[4 2 2
2 4 2
2 2 4]
After finding $C$, my notes jump to:
therefore $C^-1 A C = $
[2 0 0
0 2 0
0 0 8]
They do not show any steps on how to calculate the inverse of $C$. Is there an easy way of calculating it? How would I start off reducing it to RREF? How would I get rid of the square roots? (normally, I'm used to just dealing with regular integers).
Thanks in advance!
The matrix $C$ is orthogonal. Hence $C^{-1}=C^T$.