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

Algorithm type

14X4Y4Z4+4X6Y3Z2+9X4Y3Z4+4X6Y2Z2+10X4Y2Z4+5X2Y6Z2+5X2Y2Z6+4X4Y3Z2+3X4YZ4+9X2Y5Z2+3X2YZ6+XY7Z+9X4Y2Z2+15X2Y4Z2+11X2Y2Z4+2XY6Z+3X4YZ2+20X3Y3Z+51X2Y3Z2+5X2YZ4+XY5Z+4XY3Z3+10X3Y2Z+13X2Y3Z+52X2Y2Z2+11XY4Z+7XY3Z2+3XY2Z3+2X3YZ+8X2Y2Z+10X2YZ2+34XY3Z+23XY2Z2+13XYZ3+7X2YZ+25XY2Z+43XYZ2+29XYZ14X4Y4Z44X6Y3Z29X4Y3Z44X6Y2Z210X4Y2Z45X2Y6Z25X2Y2Z64X4Y3Z23X4YZ49X2Y5Z23X2YZ6XY7Z9X4Y2Z215X2Y4Z211X2Y2Z42XY6Z3X4YZ220X3Y3Z51X2Y3Z25X2YZ4XY5Z4XY3Z310X3Y2Z13X2Y3Z52X2Y2Z211XY4Z7XY3Z23XY2Z32X3YZ8X2Y2Z10X2YZ234XY3Z23XY2Z213XYZ37X2YZ25XY2Z43XYZ229XYZ14*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