I am given a 2-by-2 matrix A (0,8 / 5,7) which I am asked to write as a product of elementary matrices and then write the inverse of A as aproduct of elementary matrices. So I turned A into reduced row echlon form using the following steps:
-Switch R1 and R2
-1/5 * R1
-1/8 * R2
- (-7/5) * R2 + R1 into R1
So the elementary matrices are:
(0,1 / 1,0) * (1/5,0 / 0,1) * (1,0 / 1/8,0) and (1,-7/5 / 0,-7/5)
Right?
Then the inverse of A as a product of elementary matrices is just the inverse of each of (1,-7/5 / 0,-7/5) * (1,0 / 1/8,0) * (1/5,0 / 0,1) and (0,1 / 1,0).
Does this make sense? Because I keep getting the wrong answer and I don't know where I've gone wrong....
2007-10-21
05:30:41
·
2 answers
·
asked by
Bikki
3