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

Algorithm type

6X4Y5Z4+30X4Y4Z4+2X6Y3Z2+X4Y3Z4+4X2Y5Z4+5X2Y3Z6+7X6Y2Z2+7X4Y2Z4+19X2Y6Z2+7X2Y4Z4+12X2Y2Z6+X4Y3Z2+55X2Y5Z2+7X2Y3Z4+4X4Y2Z2+65X2Y4Z2+14X2Y2Z4+6XY6Z+7XY5Z2+6X3Y3Z+47X2Y3Z2+6XY5Z+2XY4Z2+5XY3Z3+5X3Y2Z+2X2Y3Z+27X2Y2Z2+4XY4Z+12XY3Z2+8XY2Z3+X3YZ+2X2Y2Z+120XY3Z+14XY2Z2+2XYZ3+100XY2Z+4XYZ2+50XYZ6X4Y5Z430X4Y4Z42X6Y3Z2X4Y3Z44X2Y5Z45X2Y3Z67X6Y2Z27X4Y2Z419X2Y6Z27X2Y4Z412X2Y2Z6X4Y3Z255X2Y5Z27X2Y3Z44X4Y2Z265X2Y4Z214X2Y2Z46XY6Z7XY5Z26X3Y3Z47X2Y3Z26XY5Z2XY4Z25XY3Z35X3Y2Z2X2Y3Z27X2Y2Z24XY4Z12XY3Z28XY2Z3X3YZ2X2Y2Z120XY3Z14XY2Z22XYZ3100XY2Z4XYZ250XYZ6*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