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

Algorithm type

32X6Y6Z4+32X5Y6Z4+48X6Y6Z2+48X5Y6Z2+20X4Y4Z4+64X3Y3Z6+12X2Y2Z8+6X4Y4Z3+6X4Y3Z4+4X4Y3Z3+96X3Y3Z3+6X2Y2Z5+28X4Y2Z2+96X3Y3Z2+22X2Y4Z2+8XY3Z4+4X4Y2Z+4X4YZ2+144X3Y3Z+2X2Y4Z+10X2Y3Z2+8XY2Z4+2X2Y3Z+96X2Y2Z2+36XYZ4+72X2YZ+120XY2Z+56XYZ32X6Y6Z432X5Y6Z448X6Y6Z248X5Y6Z220X4Y4Z464X3Y3Z612X2Y2Z86X4Y4Z36X4Y3Z44X4Y3Z396X3Y3Z36X2Y2Z528X4Y2Z296X3Y3Z222X2Y4Z28XY3Z44X4Y2Z4X4YZ2144X3Y3Z2X2Y4Z10X2Y3Z28XY2Z42X2Y3Z96X2Y2Z236XYZ472X2YZ120XY2Z56XYZ32*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