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 ▸

What is the complex conjugate?


Express (X²-16)/(X-1)(X+3) in partial fractions


Find the reflection of point P(2,4,-6) in the plane x-2y+z=6


Given M = [[-2,6],[1,3]], find P and D such that M = PDP^(-1) where D is a diagonal matrix