35. Matrices

matrix

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

  1. As Row vectors
  1. As Column Vectors