A is a symmetric matrix size of 3x3 that has two eigen values of -3 and we have the equation A$\begin{bmatrix}1 \\ 2 \\ -2\end{bmatrix}$ = $\begin{bmatrix}6 \\ 12 \\-12\end{bmatrix}$. The problem requires me to write matrix A in standard form.
I have figured out matrix A has diagonalisation and therefore wrote it as Q=$\begin{bmatrix}x&w&q\\w&y&r\\q&r&z\end{bmatrix}$. Using the given equation I got a set of 3 equations: $$x+2w-2q = 6$$ $$w+2y-2r=12$$ $$q+2r-2z=-12$$
I also found the last eigenvalue was 6 and from there the characteristic polynomial $$(x+3)^2(x-6)$$ I calculated the determinant of matrix of Q and compared the coefficients of the polynomial and got another set of equations: $$w+y+z=0$$ $$w^2 + r^2 + q^2 -xy-xz-yz=27$$ $$2wqr - w^2z - qy + xyz - xr^2 = 54$$
I tried solving the set of these 6 equations but could not figure it out. Is there another way to solve this?
You’re not taking advantage of the properties of symmetric real matrices. You know from the second requirement that the eigenspace $E_6$ of $6$ is spanned by $(1,2,-2)^T$. For a symmetric real matrix, eigenvectors with different eigenvalues are orthogonal, therefore the eigenspace of $-3$ is $E_6^\perp$. So, pick any two linearly-independent vectors that are orthogonal to $(1,2,-2)$ and you have your basis of eigenvalues with which to construct $A$ from its diagonalization. If you also choose these vectors to be orthogonal, that will make inverting the resulting matrix even easier.