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 ▸

A triangle has sides A, B and C. The side BC has length 20cm, the angle ABC is 50 deg and angle BAC is 68 deg. a) Show that the length of AC is 16.5cm, correct to three significant figures. b) The midpoint of BC is M, hence find the length of AM


How do I find the maxima and minima of a function?


Show that: [sin(2a)] / [1+cos(2a)] = tan(a)


The equation of a circle is x^2-6x+y^2+4y=12. Complete the square to find the centre and radius of the circle.