
Al G.
asked 05/15/23Calculus augmented matrix
On the augmented matrix A below , perform all three row operations in the order given, ((a) followed by (b) followed by (c)) and then write the resulting augmented matrix.
(a) r2 <- r2 - 2r1
(b r3 <- r3 + 4r1
(c) r3 <- r3 + 2r2
A = [1 -1 3 | -2 ]
[2 -1 -2 | -2 ]
[-4 2 6 | -2 ]
2 Answers By Expert Tutors

Claudia L. answered 05/15/23
Experienced Math and Data Science Tutor
Step A: r2 - 2r1
[ 1 -1 3 | -2 ]
[ 0 1 -8 | 2 ]
[-4 2 6 | -2 ]
Step B: r3 + 4r1
[ 1 -1 3 | -2 ]
[ 0 1 -8 | 2 ]
[ 0 -2 18 | -10 ]
Step C: r3 + 2r2
[ 1 -1 3 | -2 ]
[ 0 1 -8 | 2 ]
[ 0 0 2 | -6 ]
The given steps are moving this matrix towards reduced row echelon form. The following steps would finish the process:
r1 + r2
[ 1 0 -5 | 0 ]
[ 0 1 -8 | 2 ]
[ 0 0 2 | -6 ]
r3 / 2
[ 1 0 -5 | 0 ]
[ 0 1 -8 | 2 ]
[ 0 0 1 | -3 ]
r1 + 5r3
[ 1 0 0 | 15 ]
[ 0 1 -8 | 2 ]
[ 0 0 1 | -3 ]
r2 + 8r3
[ 1 0 0 | 15 ]
[ 0 1 0 | -22 ]
[ 0 0 1 | -3 ]

Doug C. answered 05/15/23
Math Tutor with Reputation to make difficult concepts understandable
onlinemschool.com/math/assistance/equation/gaus/
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
What is preventing you from doing the multiplication and addition/subtraction?05/15/23