I'm looking at the last part of Question 31 in the link which states:
Section 3.6 Problem 31 : $\mathbf{M}$ is the space of 3 by 3 matrices. Multiply each matrix $X$ in $\mathbf{M}$ by $$ \begin{bmatrix} 1 & 0 & -1\\ -1 & 1 & 0 \\ 0 & -1 & 1 \\ \end{bmatrix}. \text{Notice}: A \begin{bmatrix} 1\\ 1\\ 1\\ \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \\ 0\\ \end{bmatrix} $$
(We are skipping the previous parts of this question)
$(a)$ find the "nullspace" of that operation $AX$ and $(b)$ find the "column space". Why do the dimensions add to $(n-r)+r=9$?
I see that for part a you can solve for the nullspace of A. It says you're solving for the nullspace of the operation AX but because AX is a linear combination of A, it's my understanding that it doesn't make a difference.
However, for part b I'm pretty lost. Solving for the column space of B definitely will not get $\dim(C(B))=6$ or $\dim(N(B))=3$. Where are these dimensions coming from?
Essentially what they are saying is that any $3\times3$ matrix $B$ such that $AX=B$ must have the prescribed form. There are nine elements in your matrix, and the first two rows can be freely chosen, hence the "column space" being 6-dimensional. The last row is then uniquely determined, and so your "null space" is 3-dimensional.
These spaces are not referring to $B$, but rather to the $9\times9$ matrix that you get by equating the nine elements of $B$ with the nine elements of $AX$.