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

Algorithm type

49X4Y4Z4+4X2Y8Z2+12X2Y7Z2+3XY9Z+12X6Y2Z2+9X4Y2Z4+7X3Y3Z4+29X2Y6Z2+12X2Y4Z4+11X2Y2Z6+2X5Y2Z2+29X2Y5Z2+X2Y3Z4+X2YZ6+3XY7Z+3XY6Z2+X5YZ2+4X4Y2Z2+X3YZ4+37X2Y4Z2+57X2Y2Z4+4XY6Z+2XY5Z2+XY4Z3+XY3Z4+6X3Y3Z+X3Y2Z2+7X2Y3Z2+6XY4Z2+5XY3Z3+XY2Z4+X3Y2Z+2X2Y3Z+120X2Y2Z2+57XY4Z+28XY3Z2+XYZ4+26X3YZ+18X2YZ2+66XY3Z+24XY2Z2+22XYZ3+9X2YZ+9XY2Z+107XYZ2+93XYZ49X4Y4Z44X2Y8Z212X2Y7Z23XY9Z12X6Y2Z29X4Y2Z47X3Y3Z429X2Y6Z212X2Y4Z411X2Y2Z62X5Y2Z229X2Y5Z2X2Y3Z4X2YZ63XY7Z3XY6Z2X5YZ24X4Y2Z2X3YZ437X2Y4Z257X2Y2Z44XY6Z2XY5Z2XY4Z3XY3Z46X3Y3ZX3Y2Z27X2Y3Z26XY4Z25XY3Z3XY2Z4X3Y2Z2X2Y3Z120X2Y2Z257XY4Z28XY3Z2XYZ426X3YZ18X2YZ266XY3Z24XY2Z222XYZ39X2YZ9XY2Z107XYZ293XYZ49*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