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 are imaginary numbers and why do we use them?


Express sin(5theta) in terms of sin(theta) and powers of sin(theta) only.


Solve (z-i)+(z+i)+(z-1)+(z-1)


z = 50 / (3+4i). What is z in a+bi form?