Matrix Multiplication Rules

by Qiang Gao, Mar 20, 2017


Matrix multiplication can be defined equivalently in four different ways as following, where vector is column vector by default and means corresponding row vector, the transpose of .

Definition (inner-way multiplication)

Definition (outer-way multiplication)

Definition (column-way multiplication)

Definition (row-way multiplication)

Note
  • If you are concerning each element of the result of , then you should use the inner-way multiplication.

  • If you want the express as a sum, then you should use the outer-way multiplication.

  • If you are concerning each column of the result of , then you should use the column-way multiplication.

  • If you are concerning each row of the result of , then you should use the row-way multiplication.


Copyright ©2017 by Qiang Gao

results matching ""

    No results matching ""