Description of fast matrix multiplication algorithm: ⟨11×12×14:1153⟩

Algorithm type

12X5Y6Z4+6X4Y6Z4+6X5Y4Z4+2X3Y8Z2+6X3Y6Z4+33X4Y4Z4+5X2Y8Z2+18X3Y6Z2+21X3Y4Z4+XY8Z2+18X6Y2Z2+18X5Y3Z2+15X4Y2Z4+27X2Y6Z2+9X6YZ2+51X5Y2Z2+6X4Y3Z2+6X3Y4Z2+9X3Y2Z4+3XY6Z2+15X5YZ2+49X4Y2Z2+5X3Y4Z+6X3Y3Z2+42X2Y4Z2+4X5YZ+27X3Y3Z+100X3Y2Z2+5X2Y4Z+18X2Y3Z2+8X4YZ+56X3Y2Z+27X3YZ2+39X2Y3Z+70X2Y2Z2+6XY4Z+57X3YZ+58X2Y2Z+37X2YZ2+30XY3Z+7XY2Z2+116X2YZ+28XY2Z+16XYZ2+55XYZ12X5Y6Z46X4Y6Z46X5Y4Z42X3Y8Z26X3Y6Z433X4Y4Z45X2Y8Z218X3Y6Z221X3Y4Z4XY8Z218X6Y2Z218X5Y3Z215X4Y2Z427X2Y6Z29X6YZ251X5Y2Z26X4Y3Z26X3Y4Z29X3Y2Z43XY6Z215X5YZ249X4Y2Z25X3Y4Z6X3Y3Z242X2Y4Z24X5YZ27X3Y3Z100X3Y2Z25X2Y4Z18X2Y3Z28X4YZ56X3Y2Z27X3YZ239X2Y3Z70X2Y2Z26XY4Z57X3YZ58X2Y2Z37X2YZ230XY3Z7XY2Z2116X2YZ28XY2Z16XYZ255XYZ12*X^5*Y^6*Z^4+6*X^4*Y^6*Z^4+6*X^5*Y^4*Z^4+2*X^3*Y^8*Z^2+6*X^3*Y^6*Z^4+33*X^4*Y^4*Z^4+5*X^2*Y^8*Z^2+18*X^3*Y^6*Z^2+21*X^3*Y^4*Z^4+X*Y^8*Z^2+18*X^6*Y^2*Z^2+18*X^5*Y^3*Z^2+15*X^4*Y^2*Z^4+27*X^2*Y^6*Z^2+9*X^6*Y*Z^2+51*X^5*Y^2*Z^2+6*X^4*Y^3*Z^2+6*X^3*Y^4*Z^2+9*X^3*Y^2*Z^4+3*X*Y^6*Z^2+15*X^5*Y*Z^2+49*X^4*Y^2*Z^2+5*X^3*Y^4*Z+6*X^3*Y^3*Z^2+42*X^2*Y^4*Z^2+4*X^5*Y*Z+27*X^3*Y^3*Z+100*X^3*Y^2*Z^2+5*X^2*Y^4*Z+18*X^2*Y^3*Z^2+8*X^4*Y*Z+56*X^3*Y^2*Z+27*X^3*Y*Z^2+39*X^2*Y^3*Z+70*X^2*Y^2*Z^2+6*X*Y^4*Z+57*X^3*Y*Z+58*X^2*Y^2*Z+37*X^2*Y*Z^2+30*X*Y^3*Z+7*X*Y^2*Z^2+116*X^2*Y*Z+28*X*Y^2*Z+16*X*Y*Z^2+55*X*Y*Z

Algorithm definition

The algorithm ⟨11×12×14:1153⟩ 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