Given matrix

[1 2 3| -1]
[2 1 -1| 2]
[-1 0 5| 7]
What will be the new second row after the row operation: R2-2R1+R3?

a. [0, -3, -7 |4]

b. [-1, -3, -2 | 11]

c. [1, 1, 4 | 9]

d. [0, 0, 1 | 2]

1 answer

R2-2R1 = [2 1 -1 | 2] - 2[1 2 3 | -1]
= [2 1 -1 | 2] - [2 4 6 | -2]
= [0 -3 -7 | 4]
Now do +R3
Similar Questions
  1. Hi! I need help with these two questions. Thanks! :)1.) Can we multiply the Matrix A (which is 3 x 4 matrix) by the other
    1. answers icon 2 answers
    1. answers icon 1 answer
  2. Choose which of the following are true statements regarding matrices.a. A matrix with 14 elements is impossible. b. If two rows
    1. answers icon 1 answer
    1. answers icon 1 answer
more similar questions