SOLUTION: Perform the row operations on the given augmented matrix. a.) R<sub>2</sub> = 3r<sub>1</sub> + r<sub>2</sub> b.) R<sub>3</sub> = -2r<sub>1</sub> + r<sub>3</sub> c.) R<sub>3</sub

Algebra.Com
Question 63501: Perform the row operations on the given augmented matrix.
a.) R2 = 3r1 + r2
b.) R3 = -2r1 + r3
c.) R3 = 4r2 + r3
1 2 -3 | 4
-3 -5 8 | -10
2 0 -1 | 4

Answer by Edwin McCravy(20055)   (Show Source): You can put this solution on YOUR website!
Perform the row operations on the given 
augmented matrix.
a.) R2 = 3r1 + r2
b.) R3 = -2r1 + r3
c.) R3 = 4r2 + r3

The capital R's refer to the NEW rows.
The little r's refer to the OLD rows.

[ 1  2 -3 |   4]
[-3 -5  8 | -10]
[ 2  0 -1 |   4]

a.) R2 = 3r1 + r2

That means to make a NEW matrix from the OLD matrix
above by multiplying the OLD row 1 by 3 and adding it
to the OLD row 2, then putting the result as the NEW
row 2 in the new matrix. To make this easier, place
a 3 left of the OLD row 1 and a 1 left of the OLD
row 2. The NEW rows 1 and 3 will be the same
as the OLD rows 1 and 3: 

3[ 1  2 -3 |   4]
1[-3 -5  8 | -10]
 [ 2  0 -1 |   4]

You can distribute the 3 across
and the 1 and add in your head, and get

[ 1  2 -3 |   4]
[ 0  1 -1 |   2]
[ 2  0 -1 |   4]

I got that NEW row 2, which is 0 1 -1 | 2
by doing this in my head:
3 times 1 plus 1 times -3 gives 3-3 or 0
3 times 2 plus 1 times -5 gives 6-5 or 1
3 times -3 plus 1 times 8 gives -9+8 or -1
3 times 4 plus 1 times -10 gives 12-10 or 2

b.) R3 = -2r1 + r3

That means to make a NEW matrix from the OLD matrix
above by multiplying the OLD row 1 by -2 and adding it
to the OLD row 3, then putting the result as the NEW
row 3 in the new matrix. To make this easier, place
a -2 left of the OLD row 1 and a 1 left of the OLD
row 3. The NEW rows 1 and 2 will be the same
as the OLD rows 1 and 2: 

-2[ 1  2 -3 |   4]
  [ 0  1 -1 |   2]
 1[ 2  0 -1 |   4]

You can distribute the -2 across
and the 1 and add in your head, and get

[ 1  2 -3 |   4]
[ 0  1 -1 |   2]
[ 0 -4  5 |  -4]

c.) R3 = 4r2 + r3

That means to make a NEW matrix from the OLD matrix
above by multiplying the OLD row 2 by 4 and adding it
to the OLD row 3, then putting the result as the NEW
row 3 in the new matrix. To make this easier, place
a 4 left of the OLD row 2 and a 1 left of the OLD
row 3. The NEW rows 1 and 2 will be the same
as the OLD rows 1 and 2: 

 [ 1  2 -3 |   4]
4[ 0  1 -1 |   2]
1[ 0 -4  5 |  -4]

You can distribute the 4 across
and the 1 and add in your head, and get

[ 1  2  -3 |  4]
[ 0  1  -1 |  2]
[ 0  0   1 |  4]

Notice that there are 1's on the diagonal
and 0's below the diagonal.  This is
in what is called "row echelon form".

Edwin


RELATED QUESTIONS

Define the a3 and a4 terms of the recurrence relation:... (answered by Edwin McCravy)
When the constraint 6x1 + 17x2 < 28 is converted to an... (answered by Edwin McCravy)
Find the first six terms of the sequence. a1 = -3, an =... (answered by Edwin McCravy)
A sequence {mn} is recursively defined as m1=2,... (answered by Edwin McCravy)
The following question is on my sample test as a bonus question. Please help me answer... (answered by stanbon)
Find the logarithm using the change of base formula: Log3(13) formula... (answered by AnlytcPhil)
prove that logam = logbm ×... (answered by karaoz)
Find an for the arithmetic series with S16 = -288, and... (answered by greenestamps,Edwin McCravy)
I need help graphing the functions y1 = sin(x) + cos(x)cot(x) and... (answered by Edwin McCravy)