Description of fast matrix multiplication algorithm: ⟨8×9×11:521⟩

Algorithm type

3⁢X4⁢Y4⁢Z6+4⁢X4⁢Y4⁢Z5+19⁢X4⁢Y4⁢Z4+2⁢X4⁢Y4⁢Z3+X4⁢Y3⁢Z4+7⁢X2⁢Y6⁢Z3+7⁢X6⁢Y2⁢Z2+X4⁢Y3⁢Z3+8⁢X4⁢Y2⁢Z4+12⁢X2⁢Y6⁢Z2+11⁢X2⁢Y2⁢Z6+X⁢Y8⁢Z+X6⁢Y2⁢Z+12⁢X4⁢Y2⁢Z3+X2⁢Y5⁢Z2+8⁢X2⁢Y4⁢Z3+5⁢X2⁢Y2⁢Z5+4⁢X4⁢Y2⁢Z2+32⁢X2⁢Y4⁢Z2+14⁢X2⁢Y2⁢Z4+13⁢X⁢Y6⁢Z+2⁢X2⁢Y4⁢Z+19⁢X2⁢Y3⁢Z2+20⁢X2⁢Y2⁢Z3+4⁢X⁢Y5⁢Z+19⁢X⁢Y3⁢Z3+12⁢X3⁢Y2⁢Z+8⁢X2⁢Y3⁢Z+61⁢X2⁢Y2⁢Z2+2⁢X⁢Y3⁢Z2+15⁢X⁢Y2⁢Z3+21⁢X3⁢Y⁢Z+2⁢X2⁢Y2⁢Z+47⁢X2⁢Y⁢Z2+17⁢X⁢Y3⁢Z+20⁢X⁢Y2⁢Z2+43⁢X⁢Y⁢Z3+10⁢X2⁢Y⁢Z+5⁢X⁢Y2⁢Z+23⁢X⁢Y⁢Z2+5⁢X⁢Y⁢Z3X4Y4Z64X4Y4Z519X4Y4Z42X4Y4Z3X4Y3Z47X2Y6Z37X6Y2Z2X4Y3Z38X4Y2Z412X2Y6Z211X2Y2Z6XY8ZX6Y2Z12X4Y2Z3X2Y5Z28X2Y4Z35X2Y2Z54X4Y2Z232X2Y4Z214X2Y2Z413XY6Z2X2Y4Z19X2Y3Z220X2Y2Z34XY5Z19XY3Z312X3Y2Z8X2Y3Z61X2Y2Z22XY3Z215XY2Z321X3YZ2X2Y2Z47X2YZ217XY3Z20XY2Z243XYZ310X2YZ5XY2Z23XYZ25XYZ3*X^4*Y^4*Z^6+4*X^4*Y^4*Z^5+19*X^4*Y^4*Z^4+2*X^4*Y^4*Z^3+X^4*Y^3*Z^4+7*X^2*Y^6*Z^3+7*X^6*Y^2*Z^2+X^4*Y^3*Z^3+8*X^4*Y^2*Z^4+12*X^2*Y^6*Z^2+11*X^2*Y^2*Z^6+X*Y^8*Z+X^6*Y^2*Z+12*X^4*Y^2*Z^3+X^2*Y^5*Z^2+8*X^2*Y^4*Z^3+5*X^2*Y^2*Z^5+4*X^4*Y^2*Z^2+32*X^2*Y^4*Z^2+14*X^2*Y^2*Z^4+13*X*Y^6*Z+2*X^2*Y^4*Z+19*X^2*Y^3*Z^2+20*X^2*Y^2*Z^3+4*X*Y^5*Z+19*X*Y^3*Z^3+12*X^3*Y^2*Z+8*X^2*Y^3*Z+61*X^2*Y^2*Z^2+2*X*Y^3*Z^2+15*X*Y^2*Z^3+21*X^3*Y*Z+2*X^2*Y^2*Z+47*X^2*Y*Z^2+17*X*Y^3*Z+20*X*Y^2*Z^2+43*X*Y*Z^3+10*X^2*Y*Z+5*X*Y^2*Z+23*X*Y*Z^2+5*X*Y*Z

Algorithm definition

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