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 ▸

Give the general solution to y'' - 3y' + 2y = 4x


For a homogeneous second order differential equation, why does a complex conjugate pair solution (m+in and m-in) to the auxiliary equation result in the complementary function y(x)=e^(mx)(Acos(nx)+Bisin(nx)), where i represents √(-1).


Evaluate the following product of two complex numbers: (3+4i)*(2-5i)


Show that G = {1, -1} is a group under multiplication.