Can we find two (different) matrices, $A \in \mathbb{R}^{2\times2}$ and $B \in \mathbb{R}^{2\times2}$ with the same
- first row (R1): $(5,3)$
- eigenvalues
Can we find two (different) matrices, $A \in \mathbb{R}^{2\times2}$ and $B \in \mathbb{R}^{2\times2}$ with the same
Let $M=\pmatrix{5&3\\a&b}$. Then its characteristic polynomial is
$$p_M(\lambda)=\det\pmatrix{\lambda-5&-3\\-a&\lambda-b}=(\lambda-5)(\lambda-b)-3a=\lambda^2-(5+b)\lambda+(5b-3a)$$
Let $\lambda_1,\lambda_2$ be the roots of $p_M(\lambda)$. Then
\begin{align}\tag{1}\label{eq1}\lambda_1+\lambda_2&=-(5+b)\\ \tag{2}\label{eq2}\lambda_1\cdot\lambda_2&=5b-3a\end{align}
It follows that if $A,B$ have the same eigenvalues, then equation $\eqref{eq1}$ implies that $b$ is the same for both of them. This in turn implies via $\eqref{eq2}$ that $a$ is the same for both of them. Therefore, if $A$ and $B$ have the same eigenvalues, then $A=B$, so the answer to your question is no.