What is the problem

You have a matrix that u view as a rows matrix, and want to multiply it by a columns matrix .

You want to Compute .

Before you begin

  1. highlight each row vector in by a line that also shows its index.
  2. highlight each column vector in by a line that also shows its index.

Their multiplication matrix is then constructed by computing the Inner product at every intersection.


Connections