asked 36.2k views
3 votes
Create a matrix that is equal to F+G. The first matrix below is named F and the second matrix below is named G. Name the new matrix with the answers in it H. Then answer the following question. What is the element at address h31 Round answer to the tenths place.

Create a matrix that is equal to F+G. The first matrix below is named F and the second-example-1
asked
User Roselyn
by
8.4k points

1 Answer

5 votes

F+G:


F+G=\begin{bmatrix}{-1.8} & {-8.6} & {} \\ {2.85} & {-1.4} & {} \\ {-1.8} & {5.1} & {}\end{bmatrix}+\begin{bmatrix}{1.32} & {-1.9} & {} \\ {2.25} & {0.0} & {} \\ {-6.2} & {1.4} & {}\end{bmatrix}

Then, add the elements that occupy the same position:


H=\begin{bmatrix}{-1.8+1.32} & {-8.6+(-1.9)} & {} \\ {2.85+2.25} & {-1.4+0.0} & {} \\ {-1.8+(-6.2)} & {5.1+1.4} & {}\end{bmatrix}

Solve


H=\begin{bmatrix}{-0.48} & {-10.5} & {} \\ {5.1} & {-1.4} & {} \\ {-8} & {6.5} & {}\end{bmatrix}

So, we find the element at address h31:


H=\begin{bmatrix}{h11} & {h12} & {} \\ {h21} & {h22} & {} \\ {h31} & {h32} & {}\end{bmatrix}

In this case, position h31 is - 8.0

answered
User Watcom
by
8.3k 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.