Given the matrix $$A=\begin{bmatrix} a & b & 2 \\ c & d & 6 \\ 3 & 4 & -3 \end{bmatrix}$$ with eigenvectors $$v_1=\begin{bmatrix} 5 \\ 1 \\ 3 \end{bmatrix} \quad\text{and}\quad v_2=\begin{bmatrix} 7 \\ 4 \\ 3 \end{bmatrix}$$ find $a,b,c,d$.
After this i know i should compute $Av_1$ and $Av_2$. $$Av_1=\begin{bmatrix} 5a+b+6 \\ 5c+d+18 \\ 10 \end{bmatrix}$$ So what next in order to find value for $a,b,c,d$?
$A*V_1 = \lambda*V_1$
$A*V_1$ is \begin{bmatrix} 5a+b+6 \\ 5c+d+18 \\ 10 \\ \end{bmatrix}
$\lambda*V_1$ is \begin{bmatrix} 5*\lambda \\ 1*\lambda \\ 3*\lambda \\ \end{bmatrix} On equating, we see that $\lambda = \frac{10}{3}$
Similarly solve for other eigen value. Then with equations formed, get the desired values