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 ▸

Given that the equation x^2 - 2x + 2 = 0 has roots A and B, find the values A + B, and A * B.


Find the modulus-argument form of the complex number z=(5√ 3 - 5i)


Differentiate x = sinhy with respect to x


How do you find the cube root of z = 1 + i?