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 ▸

solve the equation 4cos^2(x) -15sin(x) = 13


Show that the square of any odd integer is of the form (8k+1)


Prove that 27(23^n)+17(10^2n)+22n is divisible by 11 for n belongs to the natural numbers


Find the cube roots of unity.