35. Matrices
matrix
- : rows
- : columns
35.1. Matrix-Vector Products
For the dot product to be defined, the number of columns in the matrix (which is ) must match the number of elements in the vector (also ).
The result of multiplying matrix and vector will be a column vector with dimensions , where is the number of rows in the matrix
- As Row vectors
- As Column Vectors