Description of fast matrix multiplication algorithm: ⟨8×9×13:615⟩

Algorithm type

31⁢X4⁢Y4⁢Z4+3⁢X4⁢Y3⁢Z5+2⁢X⁢Y9⁢Z+2⁢X⁢Y7⁢Z3+10⁢X6⁢Y2⁢Z2+X4⁢Y3⁢Z3+3⁢X4⁢Y2⁢Z4+9⁢X2⁢Y6⁢Z2+2⁢X2⁢Y5⁢Z3+3⁢X2⁢Y4⁢Z4+4⁢X2⁢Y2⁢Z6+19⁢X4⁢Y2⁢Z3+4⁢X2⁢Y5⁢Z2+X2⁢Y4⁢Z3+3⁢X2⁢Y2⁢Z5+4⁢X⁢Y7⁢Z+8⁢X4⁢Y2⁢Z2+36⁢X2⁢Y4⁢Z2+23⁢X2⁢Y2⁢Z4+6⁢X⁢Y6⁢Z+4⁢X3⁢Y3⁢Z+32⁢X2⁢Y2⁢Z3+7⁢X⁢Y3⁢Z3+12⁢X3⁢Y2⁢Z+76⁢X2⁢Y2⁢Z2+5⁢X2⁢Y⁢Z3+3⁢X⁢Y3⁢Z2+5⁢X⁢Y2⁢Z3+24⁢X3⁢Y⁢Z+13⁢X2⁢Y2⁢Z+66⁢X2⁢Y⁢Z2+22⁢X⁢Y3⁢Z+22⁢X⁢Y2⁢Z2+64⁢X⁢Y⁢Z3+31⁢X2⁢Y⁢Z+7⁢X⁢Y2⁢Z+33⁢X⁢Y⁢Z2+15⁢X⁢Y⁢Z31X4Y4Z43X4Y3Z52XY9Z2XY7Z310X6Y2Z2X4Y3Z33X4Y2Z49X2Y6Z22X2Y5Z33X2Y4Z44X2Y2Z619X4Y2Z34X2Y5Z2X2Y4Z33X2Y2Z54XY7Z8X4Y2Z236X2Y4Z223X2Y2Z46XY6Z4X3Y3Z32X2Y2Z37XY3Z312X3Y2Z76X2Y2Z25X2YZ33XY3Z25XY2Z324X3YZ13X2Y2Z66X2YZ222XY3Z22XY2Z264XYZ331X2YZ7XY2Z33XYZ215XYZ31*X^4*Y^4*Z^4+3*X^4*Y^3*Z^5+2*X*Y^9*Z+2*X*Y^7*Z^3+10*X^6*Y^2*Z^2+X^4*Y^3*Z^3+3*X^4*Y^2*Z^4+9*X^2*Y^6*Z^2+2*X^2*Y^5*Z^3+3*X^2*Y^4*Z^4+4*X^2*Y^2*Z^6+19*X^4*Y^2*Z^3+4*X^2*Y^5*Z^2+X^2*Y^4*Z^3+3*X^2*Y^2*Z^5+4*X*Y^7*Z+8*X^4*Y^2*Z^2+36*X^2*Y^4*Z^2+23*X^2*Y^2*Z^4+6*X*Y^6*Z+4*X^3*Y^3*Z+32*X^2*Y^2*Z^3+7*X*Y^3*Z^3+12*X^3*Y^2*Z+76*X^2*Y^2*Z^2+5*X^2*Y*Z^3+3*X*Y^3*Z^2+5*X*Y^2*Z^3+24*X^3*Y*Z+13*X^2*Y^2*Z+66*X^2*Y*Z^2+22*X*Y^3*Z+22*X*Y^2*Z^2+64*X*Y*Z^3+31*X^2*Y*Z+7*X*Y^2*Z+33*X*Y*Z^2+15*X*Y*Z

Algorithm definition

The algorithm ⟨8×9×13:615⟩ 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