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

Algorithm type

8⁢X4⁢Y4⁢Z4+8⁢X4⁢Y4⁢Z3+16⁢X2⁢Y6⁢Z2+8⁢X2⁢Y2⁢Z5+16⁢X2⁢Y2⁢Z4+X3⁢Y⁢Z3+28⁢X2⁢Y2⁢Z3+9⁢X⁢Y3⁢Z3+X⁢Y⁢Z5+3⁢X3⁢Y⁢Z2+45⁢X2⁢Y2⁢Z2+X2⁢Y⁢Z3+10⁢X⁢Y3⁢Z2+6⁢X⁢Y2⁢Z3+X⁢Y⁢Z4+2⁢X3⁢Y⁢Z+14⁢X2⁢Y2⁢Z+5⁢X2⁢Y⁢Z2+23⁢X⁢Y3⁢Z+5⁢X⁢Y2⁢Z2+41⁢X⁢Y⁢Z3+7⁢X2⁢Y⁢Z+2⁢X⁢Y2⁢Z+49⁢X⁢Y⁢Z2+38⁢X⁢Y⁢Z8X4Y4Z48X4Y4Z316X2Y6Z28X2Y2Z516X2Y2Z4X3YZ328X2Y2Z39XY3Z3XYZ53X3YZ245X2Y2Z2X2YZ310XY3Z26XY2Z3XYZ42X3YZ14X2Y2Z5X2YZ223XY3Z5XY2Z241XYZ37X2YZ2XY2Z49XYZ238XYZ8*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