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

Algorithm type

12⁢X5⁢Y6⁢Z4+6⁢X4⁢Y6⁢Z4+6⁢X5⁢Y4⁢Z4+2⁢X3⁢Y8⁢Z2+6⁢X3⁢Y6⁢Z4+33⁢X4⁢Y4⁢Z4+5⁢X2⁢Y8⁢Z2+18⁢X3⁢Y6⁢Z2+21⁢X3⁢Y4⁢Z4+X⁢Y8⁢Z2+18⁢X6⁢Y2⁢Z2+18⁢X5⁢Y3⁢Z2+15⁢X4⁢Y2⁢Z4+27⁢X2⁢Y6⁢Z2+9⁢X6⁢Y⁢Z2+51⁢X5⁢Y2⁢Z2+6⁢X4⁢Y3⁢Z2+6⁢X3⁢Y4⁢Z2+9⁢X3⁢Y2⁢Z4+3⁢X⁢Y6⁢Z2+15⁢X5⁢Y⁢Z2+49⁢X4⁢Y2⁢Z2+5⁢X3⁢Y4⁢Z+6⁢X3⁢Y3⁢Z2+42⁢X2⁢Y4⁢Z2+4⁢X5⁢Y⁢Z+27⁢X3⁢Y3⁢Z+100⁢X3⁢Y2⁢Z2+5⁢X2⁢Y4⁢Z+18⁢X2⁢Y3⁢Z2+8⁢X4⁢Y⁢Z+56⁢X3⁢Y2⁢Z+27⁢X3⁢Y⁢Z2+39⁢X2⁢Y3⁢Z+70⁢X2⁢Y2⁢Z2+6⁢X⁢Y4⁢Z+57⁢X3⁢Y⁢Z+58⁢X2⁢Y2⁢Z+37⁢X2⁢Y⁢Z2+30⁢X⁢Y3⁢Z+7⁢X⁢Y2⁢Z2+116⁢X2⁢Y⁢Z+28⁢X⁢Y2⁢Z+16⁢X⁢Y⁢Z2+55⁢X⁢Y⁢Z12X5Y6Z46X4Y6Z46X5Y4Z42X3Y8Z26X3Y6Z433X4Y4Z45X2Y8Z218X3Y6Z221X3Y4Z4XY8Z218X6Y2Z218X5Y3Z215X4Y2Z427X2Y6Z29X6YZ251X5Y2Z26X4Y3Z26X3Y4Z29X3Y2Z43XY6Z215X5YZ249X4Y2Z25X3Y4Z6X3Y3Z242X2Y4Z24X5YZ27X3Y3Z100X3Y2Z25X2Y4Z18X2Y3Z28X4YZ56X3Y2Z27X3YZ239X2Y3Z70X2Y2Z26XY4Z57X3YZ58X2Y2Z37X2YZ230XY3Z7XY2Z2116X2YZ28XY2Z16XYZ255XYZ12*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