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 ▸

How can the integrating factor method be derived to give a solution to a differential equation?


A curve has polar equation r = 1 + cos THETA for 0 <= THETA <= 2Pi. Find the area of the region enclosed by the curve


Prove that the sum of squares of the first n natural numbers is n/6(n+1)(2n+1)


find the sum of r from 0 to n of : 1/((r+1)(r+2)(r+3))