Calculate the dimension of the image of $\tau: \mathbb{Q^{3,4}}\rightarrow\mathbb{Q^{3,3}}, X \mapsto AX$
$A := \begin{pmatrix} -1&3&2&1\\ 4&-12&-7&-5 \\ 3&-9&-4&-5 \end{pmatrix}$
My attempt:
1) Reduce A
$A' := \begin{pmatrix} -1&-3&0&-3\\ 0&0&1&-1 \\ 0&0&0&0 \end{pmatrix}$
2) Dimension(A) = $n \cdot m = 3 \cdot 4 = 12$
3) Dimension(Kernel(A)) = $n - rank(A)$
$4 - rank(A) = 4 - 2 = 2$ /Edited
4) Dimensionformula: $Dim(A) - Dim(Kernel(\phi)) = Dim(Image(\phi))$
$12 - 2 = 10$
So the dimension of the image is supposed to be 11, which is weird to me, if you can point out missconceptions, I'd appreciate that very much.