Description of fast matrix multiplication algorithm: ⟨2×6×8:75⟩

Algorithm type

2X2Y6Z2+4X2Y5Z2+2X2Y4Z2+6XY6Z+X2Y3Z2+10XY5Z+12X2Y2Z2+5XY4Z+4XY3Z+7XY2Z+2XYZ2+20XYZ2X2Y6Z24X2Y5Z22X2Y4Z26XY6ZX2Y3Z210XY5Z12X2Y2Z25XY4Z4XY3Z7XY2Z2XYZ220XYZ2*X^2*Y^6*Z^2+4*X^2*Y^5*Z^2+2*X^2*Y^4*Z^2+6*X*Y^6*Z+X^2*Y^3*Z^2+10*X*Y^5*Z+12*X^2*Y^2*Z^2+5*X*Y^4*Z+4*X*Y^3*Z+7*X*Y^2*Z+2*X*Y*Z^2+20*X*Y*Z

Algorithm definition

The algorithm ⟨2×6×8:75⟩ 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