go to previous page   go to home page   go to next page

Do you think that it is possible to form a product that looks like this:

Col. Matrix  x  Matrix   =   Result
  2 x 1         2 x 2    =    ???

Answer:

No, this is not possible


Column Matrix on the Right, only

When a rectangular matrix and a column matrix are multiplied together, the column matrix will always be on the right of the rectangular matrix. It is only possible to multiply the two if the "inner dimension" of each matrix is equal:

Matrix      x     Column Matrix   =   Result

N x M              M x 1          =   N x 1
    ----------------
    inner dimensions
       are equal

QUESTION 4:

Do you think that it is possible to form a product that looks like this:

Row Matrix  x  Col. Matrix   =   Scalar

1 x 2            2 x 1       =   1 x 1