Is the following statement true or false? There exists $A \in M_{3,3}(\mathbb{Z})$ with determinant $2$ such that $$A\begin{pmatrix}2\\1\\4\end{pmatrix} = \begin{pmatrix}4\\-8\\16\end{pmatrix}$$
I first thought of eigenvalues but it doesn't look like the second vector is a multiple of the first. What are the conditions on $A$ so that it's "true"? Or is it always false?
Such $A$ does not exist. Suppose the contrary that $A$ exists. Then $$ A\pmatrix{0\\ 1\\ 0}\equiv\pmatrix{0\\ 0\\ 0}\mod2, $$ meaning that the second column of $A$ is entrywise an integer multiple of $2$. Divide the second column of $A$ by $2$ to obtain a new integer matrix $B$. Then $$ B\pmatrix{2\\ \color{red}{2}\\ 4}=\pmatrix{4\\ -8\\ 16} \ \Rightarrow\ B\pmatrix{1\\ 1\\ 2}=\pmatrix{2\\ -4\\ 8} \ \Rightarrow\ B\pmatrix{1\\ 1\\ 0}\equiv\pmatrix{0\\ 0\\ 0}\mod2, $$ i.e. $B$ is singular in modulo-2 arithmetic. Yet, this is impossible because $\det B=1$. Therefore $A$ does not exist.