Find the determinant of matrix A:
$$A=[[2, 6, -3],[4, 11, 3], [-2, 5, 0]] $$
To find the determinant of a 3x3 matrix, the formula below is used:
Essentially what we are doing is taking a term in the first row, and multiplying it by the determinant of the 2x2 matrix that is formed when you eliminate all of the terms in the same row and in the same column. The determinant of a 2x2 matrix is solved as follows:
We can write the determinant of our matrix A in the problem as