$\newcommand{\adj}{\operatorname{adj}}$Let $A\in \mathbb{M}_n$ ($n \geq\ 2$) be a regular matrix and $\adj(A)$ its adjoint.
Prove that if A is regular then $\adj(\adj(A)) = (\det A)^{n-2} A$
(where $adj(adj(A))$ is the adjoint of $\adj(A)$).
For now, I know, or think I do, that $A^{-1} = \adj(A)/\det(A)$
from where we can see that $\adj(A) = A^{-1} \det(A)$
And that's all I know
If $A$ is invertible its adjoint and inverse are related by $$\operatorname{adj}(A) = \det (A) A^{-1}$$ Thus $$\operatorname{adj}(\operatorname{adj}(A)) = \det(\det (A) A^{-1})(\det A^{-1})^{-1} = \det(A)^{n-1} \det(A)^{-1}A = \det (A)^{n-2}A$$ where we have just used the normal rules like $\det(\alpha A) = \alpha^n \det A$ and $\det(A^{-1}) = \det(A)^{-1}$