As stated, if we let $A, B \in M_n(\mathbb{R})$ be invertible and there is some $v\in R^n$ such that $$Av = Bv$$ does it follow that $\det(A) = \det(B)$?
Additionally, does this hold if we let $A, B \in M_n(\mathbb{C})$?
As stated, if we let $A, B \in M_n(\mathbb{R})$ be invertible and there is some $v\in R^n$ such that $$Av = Bv$$ does it follow that $\det(A) = \det(B)$?
Additionally, does this hold if we let $A, B \in M_n(\mathbb{C})$?
On
Hint: Consider eigenvectors and eigenvalues and diagonalizable invertible matrices. If $A$ and $B$ have one eigenvector $v$ in common with the same eigenvalue, so that $Av = Bv$, does that mean that all the other eigenvalues are equal, or for that matter, the products of eigenvalues are equal? (which is the determinant)
No. As a counterexample consider $$A= \left(\begin{matrix} 1 & 0 \\ 0 & 1 \end{matrix} \right) $$
$$ B=\left( \begin{matrix} 2 & 0 \\ 0 & 1 \end{matrix} \right) $$ and $$v=\left( \begin{matrix} 0 \\ 1 \end{matrix} \right) $$