If \( A = \begin{bmatrix} 1 & -2 & 2 \\ -2 & -6 & 5 \\ 0 & 0 & 4 \end{bmatrix} \) then Adj A =
Show Hint
The cofactor \(C_{ij}\) of an element \(a_{ij}\) is \( (-1)^{i+j} M_{ij} \), where \(M_{ij}\) is the determinant of the submatrix obtained by deleting row i and column j.
The Adjugate (or Adjoint) matrix, Adj(A), is the transpose of the cofactor matrix C.
Be careful with signs when calculating cofactors.