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

Algorithm type

31X4Y4Z4+3X4Y3Z5+2XY9Z+2XY7Z3+10X6Y2Z2+X4Y3Z3+3X4Y2Z4+9X2Y6Z2+2X2Y5Z3+3X2Y4Z4+4X2Y2Z6+19X4Y2Z3+4X2Y5Z2+X2Y4Z3+3X2Y2Z5+4XY7Z+8X4Y2Z2+36X2Y4Z2+23X2Y2Z4+6XY6Z+4X3Y3Z+32X2Y2Z3+7XY3Z3+12X3Y2Z+76X2Y2Z2+5X2YZ3+3XY3Z2+5XY2Z3+24X3YZ+13X2Y2Z+66X2YZ2+22XY3Z+22XY2Z2+64XYZ3+31X2YZ+7XY2Z+33XYZ2+15XYZ31X4Y4Z43X4Y3Z52XY9Z2XY7Z310X6Y2Z2X4Y3Z33X4Y2Z49X2Y6Z22X2Y5Z33X2Y4Z44X2Y2Z619X4Y2Z34X2Y5Z2X2Y4Z33X2Y2Z54XY7Z8X4Y2Z236X2Y4Z223X2Y2Z46XY6Z4X3Y3Z32X2Y2Z37XY3Z312X3Y2Z76X2Y2Z25X2YZ33XY3Z25XY2Z324X3YZ13X2Y2Z66X2YZ222XY3Z22XY2Z264XYZ331X2YZ7XY2Z33XYZ215XYZ31*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