Compute the adjoint of
each of the following matrices:
`[[1, 2, 2],[ 2 ,1 ,2],[ 2, 2, 1]]`
(ii) `[[1, 2, 5],[ 2, 3,1],[-1, 1, 1]]`
(iii) `[[2,-1, 3],[ 4, 2, 5],[ 0, 4,-1]]`
(iv) `[[2, 0,-1],[ 5, 1, 0],[ 1, 1, 3]]`
Verify that `(a d j\ A)A=|A|I=A(a d j\ A)`
for the above matrices.