If $A\in M_3\left(\mathbb C\right)$ is an invertible matrix such that $$2A^2=4A+A^3$$
Then which of the following is(are)correct:
(A) $\det (A)=8;$ (B) $det\left(adj\left(\frac A2\right)\right)=1;$ (C) $tr\left(A-2I_3\right)^3=24;$ (D) $adj(A)=A^2$
My working:
From given information we get $A(A^2-2A+4I_3)=O_3$
$\implies A^2-2A+4I_3=O_3$ $\implies (A+2\omega I_3)(A+2\omega^2 I_3)=O_3$
$\implies$ Possible Eigen values of $A$ can be $-2\omega, -2\omega^2$
Now what to do
Since $A^2-2A+4I=0$, we have $A^2-2A=-4I$. From the original equation together with this, $$ A^3=2A^2-4A=2(A^2-2A)=-8I. $$ Then $(\det A)^3=-8^3$, which tells us that $\det A$ is either $4-4i\sqrt3$ or $4+4i\sqrt3$. The real root is not an option, because no combination of the eigenvalues can have a real product. So $(a)$ is false.
From $A^2-2A+4I=0$, the eigenvalues are either $(1+i\sqrt3,1+i\sqrt3,1-i\sqrt3)$, or $(1-i\sqrt3,1-i\sqrt3,1+i\sqrt3)$.
For (c), $A-2I=A^2/2 $, so $(A-2I)^3=A^6/8=(A^3)^2/8=(-8I)^2/8=8I$. So $\text{Tr}\,(A-2I)^3=\text{Tr}\,(8I)=24$, and (c) is true.
Since $A/2-A^2/4=I $, we deduce that $A^{-1}=I/2-A/4$. Then $$\text {adj}\,A=(\det A)\,A^{-1}=(\det A)\, (I/2-A/4)=\frac18\,(\det A)\,(-A^2).$$ As we know from above that $\det A$ is not real, $(d)$ is false.
We can also use $A/2-A^2/4=I$, written as $(A/2)(I-A/2)=I$, to deduce that $(A/2)^{-1}=I-A/2$. And so $$ \text{adj}\,\frac{A}2=(\det\frac A2)\,(I-\frac A2)=\frac18\,(\det A)\,(I-\frac A2). $$ Then $$ \det(\text{adj}\,\frac A2)=\frac{(\det A)^3}{8^3}\,\det(I-\frac A2)=-\frac1{64}\,\det(I-\frac A2). $$ This cannot be $1$, as all the eigenvalues of $I-A/2$ have absolute value $1$.