Matrix-vector multiplication can be computed by rows or by columns—why is the column method the deeper perspective?
Loading…
The dot-product rule, one entry at a time
For with rows and and , compute each entry as a dot product: and .
as its columns weighted by the entries of
Redo the same product as and write the general rule that and are the coefficients on columns one and two.
The two routes agree
Record that both computations return , and note that the column route is the view kept throughout linear algebra.