Suppose if a matrix is given as
$$ \begin{bmatrix} 4 & 6\\ 2 & 9 \end{bmatrix}$$
We have to find its eigenvalues and eigenvectors.
Can we first apply elementary row operation . Then find eigenvalues.
Is their any relation on the matrix if it is diagonalized or not.
No, elementary row operations need not preserve eigenvalues and/or eigenvectors.
Examples.
$$\begin{bmatrix}1 & 0 \\0 & 1\end{bmatrix} \overset{R_1 \mapsto R_1 + R_2}{\longrightarrow} \begin{bmatrix}1 & 1 \\0 & 1\end{bmatrix}$$
In this case, the eigenvalue remains the same but the eigenvectors don't. This can be easily observed by the fact that the left matrix is diagonalisable but the right one isn't.
$$\begin{bmatrix}1 & 1 \\0 & 1\end{bmatrix} \overset{R_2 \mapsto R_1 + R_2}{\longrightarrow} \begin{bmatrix}1 & 1 \\1 & 2\end{bmatrix}$$
In this case, the eigenvalues don't remain the same.