Description of fast matrix multiplication algorithm: ⟨7×8×9:347⟩

Algorithm type

8X4Y4Z4+8X4Y4Z3+16X2Y6Z2+8X2Y2Z5+16X2Y2Z4+X3YZ3+28X2Y2Z3+9XY3Z3+XYZ5+3X3YZ2+45X2Y2Z2+X2YZ3+10XY3Z2+6XY2Z3+XYZ4+2X3YZ+14X2Y2Z+5X2YZ2+23XY3Z+5XY2Z2+41XYZ3+7X2YZ+2XY2Z+49XYZ2+38XYZ8X4Y4Z48X4Y4Z316X2Y6Z28X2Y2Z516X2Y2Z4X3YZ328X2Y2Z39XY3Z3XYZ53X3YZ245X2Y2Z2X2YZ310XY3Z26XY2Z3XYZ42X3YZ14X2Y2Z5X2YZ223XY3Z5XY2Z241XYZ37X2YZ2XY2Z49XYZ238XYZ8*X^4*Y^4*Z^4+8*X^4*Y^4*Z^3+16*X^2*Y^6*Z^2+8*X^2*Y^2*Z^5+16*X^2*Y^2*Z^4+X^3*Y*Z^3+28*X^2*Y^2*Z^3+9*X*Y^3*Z^3+X*Y*Z^5+3*X^3*Y*Z^2+45*X^2*Y^2*Z^2+X^2*Y*Z^3+10*X*Y^3*Z^2+6*X*Y^2*Z^3+X*Y*Z^4+2*X^3*Y*Z+14*X^2*Y^2*Z+5*X^2*Y*Z^2+23*X*Y^3*Z+5*X*Y^2*Z^2+41*X*Y*Z^3+7*X^2*Y*Z+2*X*Y^2*Z+49*X*Y*Z^2+38*X*Y*Z

Algorithm definition

The algorithm ⟨7×8×9:347⟩ is taken from:

Andrew I. Perminov. FastMatrixMultiplication, GitHub, February 2026. [ GitHub repository ]

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