Description of fast matrix multiplication algorithm: ⟨5×5×5:97⟩

Algorithm type

X3Y4Z4+3X3Y2Z2+X2Y3Z2+2X2Y2Z3+20X2Y2Z2+X3YZ+2X2Y2Z+X2YZ2+XY3Z+XYZ3+7X2YZ+XY2Z+12XYZ2+44XYZX3Y4Z43X3Y2Z2X2Y3Z22X2Y2Z320X2Y2Z2X3YZ2X2Y2ZX2YZ2XY3ZXYZ37X2YZXY2Z12XYZ244XYZX^3*Y^4*Z^4+3*X^3*Y^2*Z^2+X^2*Y^3*Z^2+2*X^2*Y^2*Z^3+20*X^2*Y^2*Z^2+X^3*Y*Z+2*X^2*Y^2*Z+X^2*Y*Z^2+X*Y^3*Z+X*Y*Z^3+7*X^2*Y*Z+X*Y^2*Z+12*X*Y*Z^2+44*X*Y*Z

Algorithm definition

The algorithm ⟨5×5×5:97⟩ is taken from:

Manuel Kauers and Jakob Moosbauer. Flip graphs for matrix multiplication. Technical report, arXiv, December 2022. [ arXiv ]

Algorithm description

These encodings are given in compressed text format using the maple computer algebra system. In each cases, the last line could be understood as a description of the encoding with respect to classical matrix multiplication algorithm. As these outputs are structured, one can construct easily a parser to its favorite format using the maple documentation without this software.


Back to main table