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 ▸

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


f(x)=ln(x). Find the area underneath the curve f(x) between 1 and 2.


Prove by mathematical induction that, for all non-negative integers n, 11^(2n) + 25^n + 22 is divisible by 24


Solve the differential equations dx/dt=2x+y+1 and dy/dt=4x-y+1 given that when t=0 x=20 and y=60. (A2 Further pure)