Description of fast matrix multiplication algorithm: ⟨8×11×12:676⟩

Algorithm type

6⁢X4⁢Y5⁢Z4+30⁢X4⁢Y4⁢Z4+2⁢X6⁢Y3⁢Z2+X4⁢Y3⁢Z4+4⁢X2⁢Y5⁢Z4+5⁢X2⁢Y3⁢Z6+7⁢X6⁢Y2⁢Z2+7⁢X4⁢Y2⁢Z4+19⁢X2⁢Y6⁢Z2+7⁢X2⁢Y4⁢Z4+12⁢X2⁢Y2⁢Z6+X4⁢Y3⁢Z2+55⁢X2⁢Y5⁢Z2+7⁢X2⁢Y3⁢Z4+4⁢X4⁢Y2⁢Z2+65⁢X2⁢Y4⁢Z2+14⁢X2⁢Y2⁢Z4+6⁢X⁢Y6⁢Z+7⁢X⁢Y5⁢Z2+6⁢X3⁢Y3⁢Z+47⁢X2⁢Y3⁢Z2+6⁢X⁢Y5⁢Z+2⁢X⁢Y4⁢Z2+5⁢X⁢Y3⁢Z3+5⁢X3⁢Y2⁢Z+2⁢X2⁢Y3⁢Z+27⁢X2⁢Y2⁢Z2+4⁢X⁢Y4⁢Z+12⁢X⁢Y3⁢Z2+8⁢X⁢Y2⁢Z3+X3⁢Y⁢Z+2⁢X2⁢Y2⁢Z+120⁢X⁢Y3⁢Z+14⁢X⁢Y2⁢Z2+2⁢X⁢Y⁢Z3+100⁢X⁢Y2⁢Z+4⁢X⁢Y⁢Z2+50⁢X⁢Y⁢Z6X4Y5Z430X4Y4Z42X6Y3Z2X4Y3Z44X2Y5Z45X2Y3Z67X6Y2Z27X4Y2Z419X2Y6Z27X2Y4Z412X2Y2Z6X4Y3Z255X2Y5Z27X2Y3Z44X4Y2Z265X2Y4Z214X2Y2Z46XY6Z7XY5Z26X3Y3Z47X2Y3Z26XY5Z2XY4Z25XY3Z35X3Y2Z2X2Y3Z27X2Y2Z24XY4Z12XY3Z28XY2Z3X3YZ2X2Y2Z120XY3Z14XY2Z22XYZ3100XY2Z4XYZ250XYZ6*X^4*Y^5*Z^4+30*X^4*Y^4*Z^4+2*X^6*Y^3*Z^2+X^4*Y^3*Z^4+4*X^2*Y^5*Z^4+5*X^2*Y^3*Z^6+7*X^6*Y^2*Z^2+7*X^4*Y^2*Z^4+19*X^2*Y^6*Z^2+7*X^2*Y^4*Z^4+12*X^2*Y^2*Z^6+X^4*Y^3*Z^2+55*X^2*Y^5*Z^2+7*X^2*Y^3*Z^4+4*X^4*Y^2*Z^2+65*X^2*Y^4*Z^2+14*X^2*Y^2*Z^4+6*X*Y^6*Z+7*X*Y^5*Z^2+6*X^3*Y^3*Z+47*X^2*Y^3*Z^2+6*X*Y^5*Z+2*X*Y^4*Z^2+5*X*Y^3*Z^3+5*X^3*Y^2*Z+2*X^2*Y^3*Z+27*X^2*Y^2*Z^2+4*X*Y^4*Z+12*X*Y^3*Z^2+8*X*Y^2*Z^3+X^3*Y*Z+2*X^2*Y^2*Z+120*X*Y^3*Z+14*X*Y^2*Z^2+2*X*Y*Z^3+100*X*Y^2*Z+4*X*Y*Z^2+50*X*Y*Z

Algorithm definition

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