From 6e82926dea7eef0e0dd0fc94dcf8ea12184d8fba Mon Sep 17 00:00:00 2001 From: George Weigt <gweigt@users.sourceforge.net> Date: Thu, 15 Dec 2005 10:22:17 -0700 Subject: [PATCH] edit --- 41.tex | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/41.tex b/41.tex index 14a627a..c433c60 100644 --- a/41.tex +++ b/41.tex @@ -7,10 +7,17 @@ $$A=\pmatrix{1&2\cr3&4}$$ Solution: Apply elementary row operations that turn $A$ into $I$, like this: $$E_3E_2E_1A=I$$ -Multiply both sides of this equation by $A^{-1}$ to prove to yourself that +If you are used to this sort of thing you can see that the product $E_3E_2E_1$ +must be $A^{-1}$ since the whole thing multiplied by $A$ +works out to be the identity matrix $I$. +However, another way to see this is to multiply both sides of the equation +by $A^{-1}$ +and immediately obtain $$E_3E_2E_1=A^{-1}$$ -Use an augmented matrix to apply row operations -to both $A$ and $I$ +Back to the task at hand of finding an inverse, +it is convenient to apply the row operations to an augmented matrix +instead of just $A$. +That way we can do the row operations on both $A$ and $I$ simultaneously. $$\pmatrix{