There is a problem in Hoffmann Kunze:
Show that $AB$ and $BA$ have the same characteristic polynomials,where $A,B$ are both $n\times n$ matrices in $\mathbb F$.
If $A$ or $B$ is invertible it can be easy done:
$det(AB-xI).det(A)=det(ABA-xA)=det(A).det(BA-xI)$ and if $detA\neq 0$,we can cancel it to get our desired result but what about the case when both $detA $ and $detB$ are $0$.How to proceed in that case?
By the way the case $n=2$ is easy as $p_A(x)=x^2-tr(A)x+det(A)$ and so characteristic polynomial of $AB$ and $BA$ must be same as they have the same trace and same determinant.But this idea cannot be applied for higher order matrices.