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 ▸

Find the eigenvalues for the matrix (4/2/3,2/7/0,-2/1/8)


I do not understand this topic and particularly this example. In the class the result was found out but I still do not get it. How did the teacher came up with this outcome?


How do you sketch the graph of y=(x-1)/(x+1)?


Find the equation of the tangent to the curve y = exp(x) at the point ( a, exp(a) ). Deduce the equation of the tangent to the curve which passes through the point (0,1) .