Show that A is diagonalizable? That is, show that A is similar to a diagonal matrix, D, by finding a matrix P such that D= $P^{-1}AP$. Show all your work.
I already found the eigenvalues and eigenvector for matrix A which is
$$ A = \begin{bmatrix} 2 & -4 \\ 3 & 10 \\ \end{bmatrix} $$ The eigenvalues I found were 8 and 4. When I plugged them back into the matrix I found that each eigenvalue has infinitely many eigenvectors. I just picked a value of y to find a values of x to get just one eigenvector.
Now, I'm just wondering how to find out that it is diagonalizable. Is it even possible since I have infinitely many eigenvectors for each eigenvalue?