this was an exam question and I want to see if I argued it correctly.
$A$ is a $5\times 3$ matrix with nullspace $$N(A) = \operatorname{span}\{ [2, 1, 0], [1, 3, 0], [1, 1, 0] \},$$ and I have to find the dimension of the row space.
Using rank nullity theorem, I argued that the nullity of $A = 3$ based on $N(A)$, and $q$ being no. of columns, which is $3$, I reached $\operatorname{rank}(A) = 0$.
My understanding is that the transpose $\operatorname{rank}(A^T)$ gives the same value, but for the dimension of row space, which makes sense.
So my eventual answer was $0$.
Is this correct? Thank you!
$N(A)$ has dimension $2$, so $\mathrm{rank}(A)$ has dimension $3-2=1$, so $\mathrm{rank}(A^T)=1$, i.e. the dimension of row space of $A$ is $1$.