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 ▸

A curve has the equation (5-4x)/(1+x)


Show that the matrix A is non-singular for all real values of a


Prove by induction the sum of the natural numbers from 1 to n is n(n+1)/2


write 2-2i in its modulus argument form