It's a 4x4 matrix, call it $A$, I could do $A\ne 0$, then $A^2=0$ (in this case) and just be able to stop there. But that involves multiplying matrices!
Now I can get dim(kernel) easily, I just bolt on a column of zeros and row-reduce it, the number of rows of 0 is the dimension of the kernel (in my case $2$)
Kernel of composition of linear transformations now I found this question and I liked it, I especially like the second answer without the tick.
If you consider the 4x4 matrix with 1,1,0,0 on the diagonal (so not quite the identity) - this has a kernel of dimension 2 but it is "stable", obviously applying this again and again will keep the matrix as it is.
So in that case $im(A)\cap\ker(A)$ is empty (using their conclusion) which is how dim(kernel($A^2$)) = dim(kernel($A$))
This means in my case that the image and kernel are not disjoin, infact they overlap (with dimension 2).
I'd like to be able to prove when this happens and know more about it. With the almost-identity example something trapped in the (x,y) plane cannot leave it, it is "stable" there, with my matrix that is not the case. because $A^2=0$ I know that apply it again and no matter what vector goes in I will get 0.
What is going on here?