Description of fast matrix multiplication algorithm: ⟨6×7×9:268⟩

Algorithm type

6X4Y4Z4+6X3Y3Z4+3X2Y6Z2+6X2Y5Z2+5X2Y4Z2+21X2Y2Z4+XY5Z2+2X2Y3Z2+XY3Z3+43X2Y2Z2+XY4Z+13XY3Z2+X2Y2Z+3X2YZ2+19XY3Z+20XY2Z2+XYZ3+30XY2Z+42XYZ2+44XYZ6X4Y4Z46X3Y3Z43X2Y6Z26X2Y5Z25X2Y4Z221X2Y2Z4XY5Z22X2Y3Z2XY3Z343X2Y2Z2XY4Z13XY3Z2X2Y2Z3X2YZ219XY3Z20XY2Z2XYZ330XY2Z42XYZ244XYZ6*X^4*Y^4*Z^4+6*X^3*Y^3*Z^4+3*X^2*Y^6*Z^2+6*X^2*Y^5*Z^2+5*X^2*Y^4*Z^2+21*X^2*Y^2*Z^4+X*Y^5*Z^2+2*X^2*Y^3*Z^2+X*Y^3*Z^3+43*X^2*Y^2*Z^2+X*Y^4*Z+13*X*Y^3*Z^2+X^2*Y^2*Z+3*X^2*Y*Z^2+19*X*Y^3*Z+20*X*Y^2*Z^2+X*Y*Z^3+30*X*Y^2*Z+42*X*Y*Z^2+44*X*Y*Z

Algorithm definition

The algorithm ⟨6×7×9:268⟩ is taken from:

Andrew I. Perminov. Fast matrix multiplication via ternary meta flip graphs. Technical report, arXiv, November 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