Find the inverse of a 2x2 matrix

Consider the 2x2 matrix M, consisting of elements a, b, c and d. To find its inverse one must first find the determinant of M. This is achieved by calculating the result of the expression ad - bc. The inverse of M is subsequently found by multiplying the reciprocal of the determinant (1/ad - bc) by a rearrangement of the original matrix such that the positions of a and d are swapped and b and c are multiplied by -1. For the inverse to exist the determinant of M must be non-zero, since the reciprocal of zero is infinite. This suggests that for some matrices there exists no inverse and so these and referred to as singular.

GD

Related Maths A Level answers

All answers ▸

What is Bayes' rule and why is it useful?


Integrate (2x)(e^x)dx


Why does ln(x) differentiate to 1/x ?


Solve the following simultaneous equations y + 4x + 1 = 0, y^2 + 5x^2 + 2x = 0