Find the inverse of the general 2x2 matrix A= ([a, b],[c, d]) when does this inverse exist?

This is a typical further maths question, doing it correctly is a matter of carrying out a two-step process. 

Start by finding the determinant of the matrix,

det(A)=ad-bc

Then swap the entries a d and negate the other entries. After dividing by the determinant the inverse of A is given.

A^-1=1/(ad-bc)([d -b],[-c, a]).

LR

Related Further Mathematics A Level answers

All answers ▸

Differentiate arcsin(2x) using the fact that 2x=sin(y)


How do you find the square roots of a complex number?


Find the complementary function to the second order differential equation d^2y/dx^2 - 5dy/dx + 6x = x^2


Prove by induction that f(n) = 2^(k + 2) + 3^(3k + 1) is divisible by 7 for all positive n.