Adjugate(classical adjoint) of a matrix https://en.m.wikipedia.org/wiki/Adjugate_matrix is the inverse rotation without scaling. When a matrix is multipled by its inverse, off diagonal entries are zero and diagonal entries have the value scaled by matrix.
But according to the Matt's answer in Geometric interpretation of $\det(A^T) = \det(A)$ , transpose too is stated as inverse rotation without scaling. So adjugate is equal to transpose? Which is clearly wrong. Where am I going wrong?