asked 70.9k views
4 votes
Perform the following matrix row operation and write the new one.

Perform the following matrix row operation and write the new one.-example-1
asked
User Kame
by
9.0k points

1 Answer

4 votes

Given: A matrix


\begin{bmatrix}{1} & {-3} & {2} \\ {3} & {9} & {5} \\ {} & & {}\end{bmatrix}

Required: To perform the following matrix row operation


-3R_1+R_2

Explanation: The operation is to be applied on the first row of the given matrix. Hence the second row will be same as that of the initial matrix.

The elements of the first row are first multiplied by 3 and then added with second row to give the required matrix.

Hence,


\begin{bmatrix}{-3+3} & {9+9} & {-6+5} \\ {3} & {9} & {5} \\ {} & {} & {}\end{bmatrix}

which gives


\begin{bmatrix}{0} & {18} & {-1} \\ {3} & {9} & {5} \\ {} & {} & {}\end{bmatrix}

Final Answer: The required matrix is


\begin{bmatrix}{0} & {18} & {-1} \\ {3} & {9} & {5} \\ {} & {} & {}\end{bmatrix}

answered
User Patrickn
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.