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 curve has the equation y = (1/3)x^3 + 4x^2 + 12x +3. Find the coordinates of each turning point and determine their nature.


Two forces P and Q act on a particle. The force P has magnitude 7 N and acts due north. The resultant of P and Q is a force of magnitude 10 N acting in a direction with bearing 120°. Find the magnitude of Q and the bearing of Q.


Integrate x/(x^2+2)


Find the area bounded by the curve y=(sin(x))^2 and the x-axis, between the points x=0 and x=pi/2