Looking to give an example of a $4×5$ matrix A with $dim(Null(A)) = 3$. My thinking here is that by the $rank+null$ theorem, $rank+null= number of columns$. So the numbers of columns is $5$ so $ 5 = rank + 3 $. I got 3 from $dim(Null(A)) = 3$. So the rank of $A$ would be $2$. So this would just be a $4x5$ matrix with 2 leading 1's.
Just wondering if my logic was correct. Can I get the null of the matrix from the statement $dim(Null(A)) = 3$ like I did?
$ \DeclareMathOperator{rk}{rk} \DeclareMathOperator{nul}{nul} $ $A$ is a map from $V=\mathbb{F}^5$ to $W=\mathbb{F}^4$. The theorem indeed says $$ \rk(A) + \nul(A) = \dim(V) \iff \\ \rk(A) + 3 = 5 \iff \\ \rk(A) = 2 $$ and $$ A= \begin{pmatrix} 1 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 \end{pmatrix} $$ would do the job.