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 ▸

Find the general solution of the differential equation d^2y/dx^2 - 5*dy/dx + 4y = 2x


How do I know when I should be using the Poisson distribution?


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


Can you show me how to solve first order differential equations using the integrating factor method?