Description of fast matrix multiplication algorithm: ⟨3×5×8:90⟩

Algorithm type

X3YZ3+3X2Y3Z2+27X2Y2Z2+XY2Z3+X3YZ+5XY3Z+7XY2Z2+10XYZ3+X2YZ+16XY2Z+14XYZ2+4XYZX3YZ33X2Y3Z227X2Y2Z2XY2Z3X3YZ5XY3Z7XY2Z210XYZ3X2YZ16XY2Z14XYZ24XYZX^3*Y*Z^3+3*X^2*Y^3*Z^2+27*X^2*Y^2*Z^2+X*Y^2*Z^3+X^3*Y*Z+5*X*Y^3*Z+7*X*Y^2*Z^2+10*X*Y*Z^3+X^2*Y*Z+16*X*Y^2*Z+14*X*Y*Z^2+4*X*Y*Z

Algorithm definition

The algorithm ⟨3×5×8:90⟩ is taken from:

Manuel Kauers and Issaac Wood. Exploring the meta flip graph for matrix multiplication. Technical Report 2510.19787, arXiv, October 2025. [ 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