64.6k views
5 votes
Use the specified row transformation to change the given matrix.-3R_2+R_3

Use the specified row transformation to change the given matrix.-3R_2+R_3-example-1
User Sidmitra
by
5.0k points

1 Answer

4 votes

We have the original matrix,


\begin{bmatrix}{-3} & {1} & {-4} \\ {2} & {1} & {3} \\ {14} & {7} & {2}\end{bmatrix}

We need to transform Row 3 by adding -3 times Row 2:

-3 times row 2 would be: -3*2 = -6 -3*1 = -3 -3*3 = -9

Now we add these values to row 3


\begin{bmatrix}{-3} & {1} & {-4} \\ {2} & {1} & {3} \\ {14-6} & {7-3} & {2-9}\end{bmatrix}=\begin{bmatrix}{-3} & {1} & {4} \\ {2} & {1} & {3} \\ {8} & {4} & {-7}\end{bmatrix}

User Beeholder
by
4.9k points