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 ▸

Where does Euler's Formula come from?


A useful practice: how to determine the number of solutions of a system of linear equations beforehand


Given that k is a real number and that A = ((1+k k)(k 1-k)) find the exact values of k for which A is a singular matrix.


It is given that z = 3i(7-i)(i+1). Show that z can be written in the form 24i - k. State the integer k.