Negate every other element, according to a checkerboard pattern
Take the transpose
Divide by the determinant of the original matrix
Pictorially, this can be represented as:
The minor of the $(i,j)$th entry of a matrix $\bfA$ is the determinant of the submatrix obtained by removing the $i$th row and the $j$th column of $\bfA$.