Description of fast matrix multiplication algorithm: ⟨8×9×10:482⟩

Algorithm type

14⁢X4⁢Y4⁢Z4+4⁢X6⁢Y3⁢Z2+9⁢X4⁢Y3⁢Z4+4⁢X6⁢Y2⁢Z2+10⁢X4⁢Y2⁢Z4+5⁢X2⁢Y6⁢Z2+5⁢X2⁢Y2⁢Z6+4⁢X4⁢Y3⁢Z2+3⁢X4⁢Y⁢Z4+9⁢X2⁢Y5⁢Z2+3⁢X2⁢Y⁢Z6+X⁢Y7⁢Z+9⁢X4⁢Y2⁢Z2+15⁢X2⁢Y4⁢Z2+11⁢X2⁢Y2⁢Z4+2⁢X⁢Y6⁢Z+3⁢X4⁢Y⁢Z2+20⁢X3⁢Y3⁢Z+51⁢X2⁢Y3⁢Z2+5⁢X2⁢Y⁢Z4+X⁢Y5⁢Z+4⁢X⁢Y3⁢Z3+10⁢X3⁢Y2⁢Z+13⁢X2⁢Y3⁢Z+52⁢X2⁢Y2⁢Z2+11⁢X⁢Y4⁢Z+7⁢X⁢Y3⁢Z2+3⁢X⁢Y2⁢Z3+2⁢X3⁢Y⁢Z+8⁢X2⁢Y2⁢Z+10⁢X2⁢Y⁢Z2+34⁢X⁢Y3⁢Z+23⁢X⁢Y2⁢Z2+13⁢X⁢Y⁢Z3+7⁢X2⁢Y⁢Z+25⁢X⁢Y2⁢Z+43⁢X⁢Y⁢Z2+29⁢X⁢Y⁢Z14X4Y4Z44X6Y3Z29X4Y3Z44X6Y2Z210X4Y2Z45X2Y6Z25X2Y2Z64X4Y3Z23X4YZ49X2Y5Z23X2YZ6XY7Z9X4Y2Z215X2Y4Z211X2Y2Z42XY6Z3X4YZ220X3Y3Z51X2Y3Z25X2YZ4XY5Z4XY3Z310X3Y2Z13X2Y3Z52X2Y2Z211XY4Z7XY3Z23XY2Z32X3YZ8X2Y2Z10X2YZ234XY3Z23XY2Z213XYZ37X2YZ25XY2Z43XYZ229XYZ14*X^4*Y^4*Z^4+4*X^6*Y^3*Z^2+9*X^4*Y^3*Z^4+4*X^6*Y^2*Z^2+10*X^4*Y^2*Z^4+5*X^2*Y^6*Z^2+5*X^2*Y^2*Z^6+4*X^4*Y^3*Z^2+3*X^4*Y*Z^4+9*X^2*Y^5*Z^2+3*X^2*Y*Z^6+X*Y^7*Z+9*X^4*Y^2*Z^2+15*X^2*Y^4*Z^2+11*X^2*Y^2*Z^4+2*X*Y^6*Z+3*X^4*Y*Z^2+20*X^3*Y^3*Z+51*X^2*Y^3*Z^2+5*X^2*Y*Z^4+X*Y^5*Z+4*X*Y^3*Z^3+10*X^3*Y^2*Z+13*X^2*Y^3*Z+52*X^2*Y^2*Z^2+11*X*Y^4*Z+7*X*Y^3*Z^2+3*X*Y^2*Z^3+2*X^3*Y*Z+8*X^2*Y^2*Z+10*X^2*Y*Z^2+34*X*Y^3*Z+23*X*Y^2*Z^2+13*X*Y*Z^3+7*X^2*Y*Z+25*X*Y^2*Z+43*X*Y*Z^2+29*X*Y*Z

Algorithm definition

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