WTFsandwich
- 7
- 0
Homework Statement
Given
A = \left( \begin{array}{cc}<br /> 2 & 1 \\<br /> 6 & 4 \end{array} \right)
a) Express A as a product of elementary matrices.
b) Express the inverse of A as a product of elementary matrices.
Homework Equations
The Attempt at a Solution
Using the following EROs
Row2 --> Row2 - 3 * Row1
E_{1} = \left( \begin{array}{cc}<br /> 1 & 0 \\<br /> -3 & 1 \end{array} \right)
Row1 --> 1/2 * Row1
E_{2} = \left( \begin{array}{cc}<br /> 1/2 & 0 \\<br /> 0 & 1 \end{array} \right)
Row1 --> Row1 - 1/2 * Row2
E_{3} = \left( \begin{array}{cc}<br /> 1 & 0 \\<br /> -2 & 1 \end{array} \right)
Multiplying all the Elementary matrices together, I got the Product
P = \left( \begin{array}{cc}<br /> 2 & -1/2 \\<br /> -3 & 1 \end{array} \right)
Which is A-1.
Last edited: