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 do you differentiate (2x+xe^6x)/(9x-(2x^2)-ln(x)) w.r.t. x?


A curve C has equation y = (2 - x)(1 + x) + 3 . A line passes through the point (2, 3) and the point on C with x-coordinate 2 + h . Find the gradient of the line, giving your answer in its simplest form.


(Using the Quotient Rule) -> Show that the derivative of (cosx)/(sinx) is (-1)/(sinx).


y' = (2x)/(y+1). Solve for y.