asked 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
asked
User Sidmitra
by
8.4k 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}

answered
User Beeholder
by
8.6k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.