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
- highlight each row vector in by a line that also shows its index.
- 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.