How do I find the inverse of a 3x3 matrix?

We start by finding the determinant of this matrix using the cofactor method (I.e for each entry in the matrix, cross out the row and column in which it resides and find the determinant of the matrix formed, then multiply by the entry itself and sum each result). The next step is to find the matrix of cofactors using the same crossing out method as before, but this time not multiplying by the original entry, and forming a matrix of the results instead of summing them. Finally we transpose this matrix and multiply each entry by the reciprocal of the determinant. 

**REMEMBER: When finding cofactors, starting from the top left and moving row by row, each 'odd' cofactor is multiplied by +1 and each 'even' cofactor by -1

RR

Related Further Mathematics A Level answers

All answers ▸

Let E be an ellipse with equation (x/3)^2 + (y/4)^2 = 1. Find the equation of the tangent to E at the point P where x = √3 and y > 0, in the form ax + by = c, where a, b and c are rational.


z = -2 + (2root3)i. Find the modulus and argument of z.


The set of midpoints of the parallel chords of an ellipse with gradient, constant 'm', lie on a straight line: find its equation; equation of ellipse: x^2 + 4y^2 = 4


How do I sketch the locus of |z - 5-3i | = 3 on an Argand Diagram?