Row × Column Matrix Products
Question:
Compute: \[ [a\;\; b]\begin{bmatrix}c\\ d\end{bmatrix}, \quad [a\;\; b\;\; c\;\; d]\begin{bmatrix}a\\ b\\ c\\ d\end{bmatrix} \]
Compute: \[ [a\;\; b]\begin{bmatrix}c\\ d\end{bmatrix}, \quad [a\;\; b\;\; c\;\; d]\begin{bmatrix}a\\ b\\ c\\ d\end{bmatrix} \]
Solution:
Part 1: \( [a\;\; b]\begin{bmatrix}c\\ d\end{bmatrix} \)
This is a dot product:
\[ = ac + bd \]