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 figure out if integrals are improper or not and how do i know which limit is undefined?


What are imaginary numbers and why do we use them?


Find the general solution of the second order differential equation y''(t)+y(t) = 5exp(2t)


Integrate ln(x) with respect to x.