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

Algorithm type

2⁢X2⁢Y6⁢Z2+4⁢X2⁢Y5⁢Z2+2⁢X2⁢Y4⁢Z2+6⁢X⁢Y6⁢Z+X2⁢Y3⁢Z2+10⁢X⁢Y5⁢Z+12⁢X2⁢Y2⁢Z2+5⁢X⁢Y4⁢Z+4⁢X⁢Y3⁢Z+7⁢X⁢Y2⁢Z+2⁢X⁢Y⁢Z2+20⁢X⁢Y⁢Z2X2Y6Z24X2Y5Z22X2Y4Z26XY6ZX2Y3Z210XY5Z12X2Y2Z25XY4Z4XY3Z7XY2Z2XYZ220XYZ2*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