49.1k views
4 votes
Which row operation will triangularize this matrix?

1 0 1 | 1
0 1 1 | 6
2 0 1 | 1

A) R1-R3
B)2R2-R3
C)-2R1+R3
D)2R1+R3
E)3R1+R3

User Rares Dima
by
7.5k points

2 Answers

3 votes

Answer: C)-2R1+R3

Step-by-step explanation: I got this right on Edmentum.

Which row operation will triangularize this matrix? 1 0 1 | 1 0 1 1 | 6 2 0 1 | 1 A-example-1
User Domdomegg
by
8.7k points
0 votes
Triangularizing matrix gives the matrix that has only zeroes above or below the main diagonal. To find which option is correct we need to calculate all of them.
In all these options we calculate result and write it into row that is first mentioned:

A)R1-R3

\left[\begin{array}{ccc}-1&0&0|0\\0&1&1|6\\2&0&1|1\end{array}\right]

B)2R2-R3

\left[\begin{array}{ccc}1&0&1|1\\-2&2&1|4\\2&0&1|1\end{array}\right]

C)-2R1+R3

\left[\begin{array}{ccc}0&0&-1|-1\\0&1&1|6\\2&0&1|1\end{array}\right]

D)2R1+R3

\left[\begin{array}{ccc}4&0&3|3\\0&1&1|6\\2&0&1|1\end{array}\right]

E)3R1+R3

\left[\begin{array}{ccc}5&0&4|4\\0&1&1|6\\2&0&1|1\end{array}\right]

None of the options will triangularize this matrix. The only way to triangularize this matrix is
R3-2R1

image

This equation is similar to C) but in reverse order. Order in which rows are written is important.
User Christos Papoulas
by
8.1k points