Matrix Multiplication
- from: Jakob Nacanaynay <jn567@cornell.edu>
- to: You <anyone@out.there>
- date: September 28, 2025, 4:33 PM
- subject: Matrix Multiplication
Suppose you are multiplying a $m\times n$ matrix with a $p\times q$ matrix.
- Determine if the multiplication is well-defined. The number of columns of the first (left) matrix must be equal to the number of row of the second (right) matrix. Stated simply, $n = p$.
- Find the dot product of rows in the first matrix to columns in the second matrix.
- The result should be of the dimension $m\times q$.
---
~ Jakob Nacanaynay
(nack-uh-nigh-nigh)
he/him/his