To find the determinant of a 3X3 matrix, you take the top left element, delete the row and column that it appears in, find the determinant of the remaining 2X2 matrix and multiply it by the top left element of the original matrix. You repeat this with the top middle element and subtract the result, and then add the result from the top right element