I am given a square matrix $A$ with determinant $-t$. My professor asks what’s the determinant of $\text{det}(A^{2020})$.
This is what I’ve done:
$$\text{det}(A^{2020})=(-1)^{2020}\text{det}(A)=-t$$
I’ve used $\text{det}(A^n)=(-1)^n \text{det}(A)$
This is what my professor worked out:
$$\text{det}(A^{2020})=\text{det}(A)^{2020}=(-t)^{2020}=t^{2020}$$
Are they both valid?
$\det(A^m)=(\det(A))^m$, The answer should be $t^{2020}$. Your Prof. is right.