Exercise 1: What an inverse is, and the 2 by 2 shortcut
A square matrix is invertible when there is a matrix with AND . Matrices do not commute, so the definition asks for both products; there is no fraction and no division, only a matrix that undoes from the left and from the right.
For a matrix the number decides everything, and in this chapter it is used as a tool, before the theory of determinants: if , then . The figure shows what that number means for the system : two lines that cross, or two lines that never meet.
- a) Show that is the inverse of by computing BOTH and .
- b) Prove that a matrix has at most one inverse: if and are both inverses of , then .
- c) Compute the inverse of with the formula, then use it to solve , . Locate your answer on the left panel of the figure.
- d) Show, from the definition alone, that has no inverse. Link your argument to the right panel.
- e) A student writes , taking the reciprocal of every entry. Show in one product that this is wrong.
Show the solution
Answers
- a) and , so .
- b) .
- c) , solution , the crossing point.
- d) The first row of is always twice its second row, so for every .
- e) The entry of the product is , not .
a) , and . Both products are the identity, so . For square matrices a theorem of the chapter says one product is enough, but on a first question the marker expects the definition, and the definition has two sides. Here , which is why the inverse has integer entries: the formula divides by .
b) Suppose and . Then . The proof uses associativity and nothing else, and it uses on one side and on the other. This is what licenses the notation : the article THE inverse is only allowed once uniqueness is proved. It also means that any matrix you find by any method, formula, algorithm or guess, is THE inverse as soon as it passes the test.
c) , so . The gesture is: swap the diagonal entries, change the SIGN of the off-diagonal ones, divide by . The system is with , and multiplying on the LEFT by gives . Check: and . This is the crossing point of the two lines on the left panel, and it exists for EVERY right-hand side because exists: change , the lines slide parallel to themselves, and they still cross exactly once.
d) Take any matrix with rows and . The rows of are and , so the first row of is ALWAYS twice the second. The identity has rows and , and is not twice . So no gives and has no inverse. Consistently, and the formula would divide by zero. On the figure the two equations and are parallel lines: the rows of are proportional, the lines have the same slope, and for this right-hand side there is no solution at all. An inverse would have produced one, so it cannot exist.
e) The entry of the student's matrix times is , not , so the product is not and the matrix is not . Inverting a matrix is not inverting its entries: the inverse must undo the whole map, and the formula of part c) shows that every entry of depends on all four entries of . Cost on an exam: the whole question, and every part that uses the inverse afterwards.