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=[5k,3k-1;-3,k+1] where k is a real constant. Given that A is singular, find all the possible values of k.


Find the vector equation of the line of intersection of the planes 2x+y-z=4 and 3x+5y+2z=13.


using an integrating factor, find the general solution of the differential equation dy/dx +y(tanx)=tan^3(x)sec(x)


Given that α= 1+3i is a root of the equation z^3 - pz^2 + 18z - q = 0 where p and q are real, find the other roots, then p and q.