How do you invert a 2x2 matrix?

Take a matrix A=(acbd), where a,b,c,d are numbers.

First find the determinant. This is ad-bc.

Now, rearrange the matrix to become (d-c-ba). Divide this by the determinant, to have A-1=1/(ad-bc)(d-c-ba). This is the inverse of A.

YP

Related Further Mathematics A Level answers

All answers ▸

Prove by induction that 1^2 + 2^2 + 3^2 + . . . + n^2 = (1/6)n(n+1)(2n+1)


(FP1) Given k = q + 3i and z = w^2 - 8w* - 18q^2 i, and if w is purely imaginary, show that there is only one possible non-zero value of z


write 2-2i in its modulus argument form


Given y=arctan(3e^2x). Show dy/dx= 3/(5cosh(2x) + 4sinh(2x))