My question is: "If determinant of $A^2$ is $0$ can we also say that determinant of $A$ is $0$?"
I have tried to argue that it is by saying that if $A^2 = 0$ then $A$ must be $0$ so determinant is also $0$.
My question is: "If determinant of $A^2$ is $0$ can we also say that determinant of $A$ is $0$?"
I have tried to argue that it is by saying that if $A^2 = 0$ then $A$ must be $0$ so determinant is also $0$.
Your first sentence is correct, since you can make use of the property of $\mbox{det}(AB)=\mbox{det}(A)\mbox{det}(B)$, finding $$0=\mbox{det}(A^2)=\mbox{det}(A)^2\to \mbox{det}(A)=0$$ However, your last reasoning is uncomplete, since there are matrices (different from zero) which can have determinants equal to zero. For example $$\left(\begin{array}{} 1&1\\1&1\end{array}\right)$$