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 ▸

How to approximate the Binomial distribution to the Normal Distribution


Write 1 + √3i in modulus-argument form


Find the square root of complex number 3 + 4i


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