Description of fast matrix multiplication algorithm: ⟨9×12×13:878⟩

Algorithm type

16X6Y6Z4+8X6Y6Z3+16X6Y6Z2+6X4Y4Z6+31X4Y4Z5+15X4Y4Z4+X4Y4Z3+16X3Y3Z5+X4Y4Z2+16X3Y3Z4+16X2Y2Z6+32X4Y2Z3+32X3Y3Z3+X3YZ5+32X2Y4Z3+3X2Y3Z4+49X2Y2Z5+3X2YZ6+XY2Z6+XYZ7+20X4Y2Z2+12X3Y3Z2+2X3Y2Z3+X3YZ4+20X2Y4Z2+5X2Y3Z3+56X2Y2Z4+3X2YZ5+4XY4Z3+4XY2Z5+4XYZ6+2X4Y2Z+4X3Y3Z+8X3Y2Z2+14X3YZ3+2X2Y4Z+47X2Y2Z3+2X2YZ4+4XY4Z2+5XY3Z3+4XY2Z4+16XYZ5+2X3Y2Z+2X3YZ2+12X2Y2Z2+62X2YZ3+9XY3Z2+72XY2Z3+17XYZ4+6X3YZ+28X2YZ2+6XY3Z+48XY2Z2+14XYZ3+18X2YZ+27XY2Z+13XYZ2+7XYZ16X6Y6Z48X6Y6Z316X6Y6Z26X4Y4Z631X4Y4Z515X4Y4Z4X4Y4Z316X3Y3Z5X4Y4Z216X3Y3Z416X2Y2Z632X4Y2Z332X3Y3Z3X3YZ532X2Y4Z33X2Y3Z449X2Y2Z53X2YZ6XY2Z6XYZ720X4Y2Z212X3Y3Z22X3Y2Z3X3YZ420X2Y4Z25X2Y3Z356X2Y2Z43X2YZ54XY4Z34XY2Z54XYZ62X4Y2Z4X3Y3Z8X3Y2Z214X3YZ32X2Y4Z47X2Y2Z32X2YZ44XY4Z25XY3Z34XY2Z416XYZ52X3Y2Z2X3YZ212X2Y2Z262X2YZ39XY3Z272XY2Z317XYZ46X3YZ28X2YZ26XY3Z48XY2Z214XYZ318X2YZ27XY2Z13XYZ27XYZ16*X^6*Y^6*Z^4+8*X^6*Y^6*Z^3+16*X^6*Y^6*Z^2+6*X^4*Y^4*Z^6+31*X^4*Y^4*Z^5+15*X^4*Y^4*Z^4+X^4*Y^4*Z^3+16*X^3*Y^3*Z^5+X^4*Y^4*Z^2+16*X^3*Y^3*Z^4+16*X^2*Y^2*Z^6+32*X^4*Y^2*Z^3+32*X^3*Y^3*Z^3+X^3*Y*Z^5+32*X^2*Y^4*Z^3+3*X^2*Y^3*Z^4+49*X^2*Y^2*Z^5+3*X^2*Y*Z^6+X*Y^2*Z^6+X*Y*Z^7+20*X^4*Y^2*Z^2+12*X^3*Y^3*Z^2+2*X^3*Y^2*Z^3+X^3*Y*Z^4+20*X^2*Y^4*Z^2+5*X^2*Y^3*Z^3+56*X^2*Y^2*Z^4+3*X^2*Y*Z^5+4*X*Y^4*Z^3+4*X*Y^2*Z^5+4*X*Y*Z^6+2*X^4*Y^2*Z+4*X^3*Y^3*Z+8*X^3*Y^2*Z^2+14*X^3*Y*Z^3+2*X^2*Y^4*Z+47*X^2*Y^2*Z^3+2*X^2*Y*Z^4+4*X*Y^4*Z^2+5*X*Y^3*Z^3+4*X*Y^2*Z^4+16*X*Y*Z^5+2*X^3*Y^2*Z+2*X^3*Y*Z^2+12*X^2*Y^2*Z^2+62*X^2*Y*Z^3+9*X*Y^3*Z^2+72*X*Y^2*Z^3+17*X*Y*Z^4+6*X^3*Y*Z+28*X^2*Y*Z^2+6*X*Y^3*Z+48*X*Y^2*Z^2+14*X*Y*Z^3+18*X^2*Y*Z+27*X*Y^2*Z+13*X*Y*Z^2+7*X*Y*Z

Algorithm definition

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