Question 3.1.15: Calculate [ 2 3 0 1 4 1 2 1 0 0 0 1][3 1 1 2 2 3 0 5].

Calculate \left [ \begin{matrix} 2 & 3 & 0 & 1 \\ 4 & 1 & 2 & 1 \\ 0 & 0 & 0 & 1 \end{matrix} \right ] \left [ \begin{matrix} 3 & 1 \\ 1 & 2 \\ 2 & 3 \\ 0 & 5 \end{matrix} \right ] .

The Blue Check Mark means that this solution has been answered and checked by an expert. This guarantees that the final answer is accurate.
Learn more on how we answer questions.

We have

\left [ \begin{matrix} 2 & 3 & 0 & 1 \\ 4 & 1 & 2 & 1 \\ 0 & 0 & 0 & 1 \end{matrix} \right ] \left [ \begin{matrix} 3 & 1 \\ 1 & 2 \\ 2 & 3 \\ 0 & 5 \end{matrix} \right ] =\left [ \begin{matrix} 2(3)+3(1)+0(2)+1(0) & 2(1)+3(2)+0(3)+1(5) \\ 4(3)+1(1)+2(2)+1(0) & 4(1)+1(2)+2(3)+1(5) \\ 0(3)+0(1)+0(2)+1(0) & 0(1)+0(2)+0(3)+1(5) \end{matrix} \right ] \\ =\left [ \begin{matrix} 9 & 13 \\ 17 & 17 \\ 0 & 5 \end{matrix} \right ]

Related Answered Questions

Taking dot products of the rows of the first matri...
Row reducing and keeping track of our row operatio...