How do you invert a 2x2 matrix?

Take a matrix A=(acbd), where a,b,c,d are numbers.

First find the determinant. This is ad-bc.

Now, rearrange the matrix to become (d-c-ba). Divide this by the determinant, to have A-1=1/(ad-bc)(d-c-ba). This is the inverse of A.

YP

Related Further Mathematics A Level answers

All answers ▸

Given the equation x^3-12x^2+ax-48=0 has roots p, 2p and 3p, find p and a.


Using a Taylor's series or otherwise; derive Euler's Formula


FP3- Find the eigenvalues and the eigenvector for the negative eigenvalue, from this 2x2 matrix of columns (2,1) and (3,0)


Find the complex number z such that 5iz+3z* +16 = 8i. Give your answer in the form a + bi, where a and b are real numbers.