Find the determinant of a 3x3 square matrix

We can expand following any row or column we want. A wise choice would be to use a row/column in which we have one or more zero entries to reduce the calculations. From this, we pick the first entry on the chosen row/column and multiply it by the determinant of the matrix given by the entries not in either the row/column we chose. We then add the negative of the product between the second entry in our row/column and the determinant of the matrix left (as in the previous step). Finally we add the (positive) product between the last entry and the determinant of the (in this case) 2x2 matrix given.

SZ

Related Further Mathematics A Level answers

All answers ▸

write the sum cos(x)+cos(2x)+...+cos(nx) as a quotient only involving sine and cosine functions


How to solve a standard first order differential equation?


By use of matrices uniquely solve the following system of equations, justifying each step of the calculation: 3x-7y=6, 5y-2x=-3.


How do I prove that the differential of coshx is equal to sinhx?