Matrix multiplication algorithm: Difference between revisions

Content deleted Content added
Added Quanta magazine reference
Cewbot (talk | contribs)
m Fix broken anchor: 2018-02-20T15:52:52Z #General definition of the matrix product→Matrix multiplication#Definition
Line 6:
 
==Iterative algorithm==
The [[Matrix multiplication#General definition of the matrix productDefinition|definition of matrix multiplication]] is that if {{math|''C'' {{=}} ''AB''}} for an {{math|''n'' × ''m''}} matrix {{mvar|A}} and an {{math|''m'' × ''p''}} matrix {{mvar|B}}, then {{mvar|C}} is an {{math|''n'' × ''p''}} matrix with entries
 
:<math>c_{ij} = \sum_{k=1}^m a_{ik} b_{kj}</math>.