Description of fast matrix multiplication algorithm: ⟨8×11×16:904⟩

Algorithm type

49⁢X4⁢Y4⁢Z4+4⁢X2⁢Y8⁢Z2+12⁢X2⁢Y7⁢Z2+3⁢X⁢Y9⁢Z+12⁢X6⁢Y2⁢Z2+9⁢X4⁢Y2⁢Z4+7⁢X3⁢Y3⁢Z4+29⁢X2⁢Y6⁢Z2+12⁢X2⁢Y4⁢Z4+11⁢X2⁢Y2⁢Z6+2⁢X5⁢Y2⁢Z2+29⁢X2⁢Y5⁢Z2+X2⁢Y3⁢Z4+X2⁢Y⁢Z6+3⁢X⁢Y7⁢Z+3⁢X⁢Y6⁢Z2+X5⁢Y⁢Z2+4⁢X4⁢Y2⁢Z2+X3⁢Y⁢Z4+37⁢X2⁢Y4⁢Z2+57⁢X2⁢Y2⁢Z4+4⁢X⁢Y6⁢Z+2⁢X⁢Y5⁢Z2+X⁢Y4⁢Z3+X⁢Y3⁢Z4+6⁢X3⁢Y3⁢Z+X3⁢Y2⁢Z2+7⁢X2⁢Y3⁢Z2+6⁢X⁢Y4⁢Z2+5⁢X⁢Y3⁢Z3+X⁢Y2⁢Z4+X3⁢Y2⁢Z+2⁢X2⁢Y3⁢Z+120⁢X2⁢Y2⁢Z2+57⁢X⁢Y4⁢Z+28⁢X⁢Y3⁢Z2+X⁢Y⁢Z4+26⁢X3⁢Y⁢Z+18⁢X2⁢Y⁢Z2+66⁢X⁢Y3⁢Z+24⁢X⁢Y2⁢Z2+22⁢X⁢Y⁢Z3+9⁢X2⁢Y⁢Z+9⁢X⁢Y2⁢Z+107⁢X⁢Y⁢Z2+93⁢X⁢Y⁢Z49X4Y4Z44X2Y8Z212X2Y7Z23XY9Z12X6Y2Z29X4Y2Z47X3Y3Z429X2Y6Z212X2Y4Z411X2Y2Z62X5Y2Z229X2Y5Z2X2Y3Z4X2YZ63XY7Z3XY6Z2X5YZ24X4Y2Z2X3YZ437X2Y4Z257X2Y2Z44XY6Z2XY5Z2XY4Z3XY3Z46X3Y3ZX3Y2Z27X2Y3Z26XY4Z25XY3Z3XY2Z4X3Y2Z2X2Y3Z120X2Y2Z257XY4Z28XY3Z2XYZ426X3YZ18X2YZ266XY3Z24XY2Z222XYZ39X2YZ9XY2Z107XYZ293XYZ49*X^4*Y^4*Z^4+4*X^2*Y^8*Z^2+12*X^2*Y^7*Z^2+3*X*Y^9*Z+12*X^6*Y^2*Z^2+9*X^4*Y^2*Z^4+7*X^3*Y^3*Z^4+29*X^2*Y^6*Z^2+12*X^2*Y^4*Z^4+11*X^2*Y^2*Z^6+2*X^5*Y^2*Z^2+29*X^2*Y^5*Z^2+X^2*Y^3*Z^4+X^2*Y*Z^6+3*X*Y^7*Z+3*X*Y^6*Z^2+X^5*Y*Z^2+4*X^4*Y^2*Z^2+X^3*Y*Z^4+37*X^2*Y^4*Z^2+57*X^2*Y^2*Z^4+4*X*Y^6*Z+2*X*Y^5*Z^2+X*Y^4*Z^3+X*Y^3*Z^4+6*X^3*Y^3*Z+X^3*Y^2*Z^2+7*X^2*Y^3*Z^2+6*X*Y^4*Z^2+5*X*Y^3*Z^3+X*Y^2*Z^4+X^3*Y^2*Z+2*X^2*Y^3*Z+120*X^2*Y^2*Z^2+57*X*Y^4*Z+28*X*Y^3*Z^2+X*Y*Z^4+26*X^3*Y*Z+18*X^2*Y*Z^2+66*X*Y^3*Z+24*X*Y^2*Z^2+22*X*Y*Z^3+9*X^2*Y*Z+9*X*Y^2*Z+107*X*Y*Z^2+93*X*Y*Z

Algorithm definition

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