Description of fast matrix multiplication algorithm: ⟨10×11×15:1050⟩

Algorithm type

X6⁢Y3⁢Z4+10⁢X4⁢Y5⁢Z4+X6⁢Y2⁢Z4+50⁢X4⁢Y4⁢Z4+4⁢X2⁢Y6⁢Z4+4⁢X2⁢Y2⁢Z8+3⁢X6⁢Y3⁢Z2+2⁢X4⁢Y3⁢Z4+2⁢X2⁢Y5⁢Z4+2⁢X⁢Y8⁢Z2+13⁢X6⁢Y2⁢Z2+2⁢X4⁢Y4⁢Z2+4⁢X4⁢Y2⁢Z4+49⁢X2⁢Y6⁢Z2+4⁢X2⁢Y4⁢Z4+9⁢X2⁢Y2⁢Z6+10⁢X⁢Y8⁢Z+3⁢X⁢Y7⁢Z2+2⁢X4⁢Y3⁢Z2+24⁢X2⁢Y5⁢Z2+8⁢X2⁢Y3⁢Z4+9⁢X⁢Y7⁢Z+7⁢X⁢Y6⁢Z2+X4⁢Y2⁢Z2+3⁢X3⁢Y3⁢Z2+X2⁢Y5⁢Z+54⁢X2⁢Y4⁢Z2+42⁢X2⁢Y2⁢Z4+4⁢X⁢Y3⁢Z4+19⁢X3⁢Y3⁢Z+2⁢X2⁢Y4⁢Z+88⁢X2⁢Y3⁢Z2+5⁢X⁢Y5⁢Z+5⁢X⁢Y4⁢Z2+6⁢X⁢Y3⁢Z3+3⁢X⁢Y2⁢Z4+6⁢X3⁢Y2⁢Z+2⁢X3⁢Y⁢Z2+13⁢X2⁢Y3⁢Z+107⁢X2⁢Y2⁢Z2+29⁢X⁢Y4⁢Z+59⁢X⁢Y3⁢Z2+4⁢X⁢Y2⁢Z3+3⁢X⁢Y⁢Z4+18⁢X3⁢Y⁢Z+30⁢X2⁢Y2⁢Z+8⁢X2⁢Y⁢Z2+68⁢X⁢Y3⁢Z+38⁢X⁢Y2⁢Z2+4⁢X⁢Y⁢Z3+17⁢X2⁢Y⁢Z+61⁢X⁢Y2⁢Z+70⁢X⁢Y⁢Z2+57⁢X⁢Y⁢ZX6Y3Z410X4Y5Z4X6Y2Z450X4Y4Z44X2Y6Z44X2Y2Z83X6Y3Z22X4Y3Z42X2Y5Z42XY8Z213X6Y2Z22X4Y4Z24X4Y2Z449X2Y6Z24X2Y4Z49X2Y2Z610XY8Z3XY7Z22X4Y3Z224X2Y5Z28X2Y3Z49XY7Z7XY6Z2X4Y2Z23X3Y3Z2X2Y5Z54X2Y4Z242X2Y2Z44XY3Z419X3Y3Z2X2Y4Z88X2Y3Z25XY5Z5XY4Z26XY3Z33XY2Z46X3Y2Z2X3YZ213X2Y3Z107X2Y2Z229XY4Z59XY3Z24XY2Z33XYZ418X3YZ30X2Y2Z8X2YZ268XY3Z38XY2Z24XYZ317X2YZ61XY2Z70XYZ257XYZX^6*Y^3*Z^4+10*X^4*Y^5*Z^4+X^6*Y^2*Z^4+50*X^4*Y^4*Z^4+4*X^2*Y^6*Z^4+4*X^2*Y^2*Z^8+3*X^6*Y^3*Z^2+2*X^4*Y^3*Z^4+2*X^2*Y^5*Z^4+2*X*Y^8*Z^2+13*X^6*Y^2*Z^2+2*X^4*Y^4*Z^2+4*X^4*Y^2*Z^4+49*X^2*Y^6*Z^2+4*X^2*Y^4*Z^4+9*X^2*Y^2*Z^6+10*X*Y^8*Z+3*X*Y^7*Z^2+2*X^4*Y^3*Z^2+24*X^2*Y^5*Z^2+8*X^2*Y^3*Z^4+9*X*Y^7*Z+7*X*Y^6*Z^2+X^4*Y^2*Z^2+3*X^3*Y^3*Z^2+X^2*Y^5*Z+54*X^2*Y^4*Z^2+42*X^2*Y^2*Z^4+4*X*Y^3*Z^4+19*X^3*Y^3*Z+2*X^2*Y^4*Z+88*X^2*Y^3*Z^2+5*X*Y^5*Z+5*X*Y^4*Z^2+6*X*Y^3*Z^3+3*X*Y^2*Z^4+6*X^3*Y^2*Z+2*X^3*Y*Z^2+13*X^2*Y^3*Z+107*X^2*Y^2*Z^2+29*X*Y^4*Z+59*X*Y^3*Z^2+4*X*Y^2*Z^3+3*X*Y*Z^4+18*X^3*Y*Z+30*X^2*Y^2*Z+8*X^2*Y*Z^2+68*X*Y^3*Z+38*X*Y^2*Z^2+4*X*Y*Z^3+17*X^2*Y*Z+61*X*Y^2*Z+70*X*Y*Z^2+57*X*Y*Z

Algorithm definition

The algorithm ⟨10×11×15:1050⟩ 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