Description of fast matrix multiplication algorithm: ⟨11×12×13:1082⟩

Algorithm type

32⁢X6⁢Y6⁢Z4+32⁢X5⁢Y6⁢Z4+48⁢X6⁢Y6⁢Z2+48⁢X5⁢Y6⁢Z2+20⁢X4⁢Y4⁢Z4+64⁢X3⁢Y3⁢Z6+12⁢X2⁢Y2⁢Z8+6⁢X4⁢Y4⁢Z3+6⁢X4⁢Y3⁢Z4+4⁢X4⁢Y3⁢Z3+96⁢X3⁢Y3⁢Z3+6⁢X2⁢Y2⁢Z5+28⁢X4⁢Y2⁢Z2+96⁢X3⁢Y3⁢Z2+22⁢X2⁢Y4⁢Z2+8⁢X⁢Y3⁢Z4+4⁢X4⁢Y2⁢Z+4⁢X4⁢Y⁢Z2+144⁢X3⁢Y3⁢Z+2⁢X2⁢Y4⁢Z+10⁢X2⁢Y3⁢Z2+8⁢X⁢Y2⁢Z4+2⁢X2⁢Y3⁢Z+96⁢X2⁢Y2⁢Z2+36⁢X⁢Y⁢Z4+72⁢X2⁢Y⁢Z+120⁢X⁢Y2⁢Z+56⁢X⁢Y⁢Z32X6Y6Z432X5Y6Z448X6Y6Z248X5Y6Z220X4Y4Z464X3Y3Z612X2Y2Z86X4Y4Z36X4Y3Z44X4Y3Z396X3Y3Z36X2Y2Z528X4Y2Z296X3Y3Z222X2Y4Z28XY3Z44X4Y2Z4X4YZ2144X3Y3Z2X2Y4Z10X2Y3Z28XY2Z42X2Y3Z96X2Y2Z236XYZ472X2YZ120XY2Z56XYZ32*X^6*Y^6*Z^4+32*X^5*Y^6*Z^4+48*X^6*Y^6*Z^2+48*X^5*Y^6*Z^2+20*X^4*Y^4*Z^4+64*X^3*Y^3*Z^6+12*X^2*Y^2*Z^8+6*X^4*Y^4*Z^3+6*X^4*Y^3*Z^4+4*X^4*Y^3*Z^3+96*X^3*Y^3*Z^3+6*X^2*Y^2*Z^5+28*X^4*Y^2*Z^2+96*X^3*Y^3*Z^2+22*X^2*Y^4*Z^2+8*X*Y^3*Z^4+4*X^4*Y^2*Z+4*X^4*Y*Z^2+144*X^3*Y^3*Z+2*X^2*Y^4*Z+10*X^2*Y^3*Z^2+8*X*Y^2*Z^4+2*X^2*Y^3*Z+96*X^2*Y^2*Z^2+36*X*Y*Z^4+72*X^2*Y*Z+120*X*Y^2*Z+56*X*Y*Z

Algorithm definition

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