How do I invert a 2x2 square matrix?

A 2x2 square matrix is of the format (a b;c d). First you must check whether the matrix is invertible at all: if ad - bc is 0, the matrix is not invertible. The inverse matrix is (1/(ad-bc))*(d -b;-c a)

AY

Related Maths A Level answers

All answers ▸

How to integrate 5x^2?


FInd the equation of the line tangent to the graph g(x)=integral form 1 to x of cos(x*pi/3)/t at the point x=1


Differentiate: (12x^3)+ 4x + 7


The quadratic equation x^2 + 4kx+2(k+1) = 0 has equal roots, find the possible values of k.