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 do I find the vector/cross product of two three-dimensional vectors?


solve the 1st order differential equation 2y+(x*dy/dx)=x^3


Given that the quadratic equation x^2 + 7x + 13 = 0 has roots a and b, find the value of a+b and ab.


FP3- Find the eigenvalues and the eigenvector for the negative eigenvalue, from this 2x2 matrix of columns (2,1) and (3,0)