Description of fast matrix multiplication algorithm: ⟨9×11×14:882⟩

Algorithm type

12X5Y6Z2+16X5Y4Z4+11X3Y6Z4+4X4Y6Z2+24X4Y4Z4+13X2Y6Z4+5X6Y3Z2+10X3Y6Z2+8X3Y4Z4+25X3Y2Z6+14X6Y2Z2+22X5Y3Z2+6X2Y6Z2+15X2Y2Z6+8X5Y3Z+65X5Y2Z2+11X4Y3Z2+10X3Y2Z4+8XY6Z2+10X5YZ2+2X4Y3Z+60X4Y2Z2+6X3Y4Z+18X3Y3Z2+6X2Y2Z4+16X4YZ2+86X3Y3Z+31X3Y2Z2+30X3YZ3+4X2Y4Z+10X2Y3Z2+76X3Y2Z+24X3YZ2+28X2Y3Z+19X2Y2Z2+10X2YZ3+4XY4Z+6XY3Z2+70X3YZ+8X2Y2Z+8X2YZ2+10XY3Z+4XY2Z2+10XYZ3+24X2YZ+4XYZ2+11XYZ12X5Y6Z216X5Y4Z411X3Y6Z44X4Y6Z224X4Y4Z413X2Y6Z45X6Y3Z210X3Y6Z28X3Y4Z425X3Y2Z614X6Y2Z222X5Y3Z26X2Y6Z215X2Y2Z68X5Y3Z65X5Y2Z211X4Y3Z210X3Y2Z48XY6Z210X5YZ22X4Y3Z60X4Y2Z26X3Y4Z18X3Y3Z26X2Y2Z416X4YZ286X3Y3Z31X3Y2Z230X3YZ34X2Y4Z10X2Y3Z276X3Y2Z24X3YZ228X2Y3Z19X2Y2Z210X2YZ34XY4Z6XY3Z270X3YZ8X2Y2Z8X2YZ210XY3Z4XY2Z210XYZ324X2YZ4XYZ211XYZ12*X^5*Y^6*Z^2+16*X^5*Y^4*Z^4+11*X^3*Y^6*Z^4+4*X^4*Y^6*Z^2+24*X^4*Y^4*Z^4+13*X^2*Y^6*Z^4+5*X^6*Y^3*Z^2+10*X^3*Y^6*Z^2+8*X^3*Y^4*Z^4+25*X^3*Y^2*Z^6+14*X^6*Y^2*Z^2+22*X^5*Y^3*Z^2+6*X^2*Y^6*Z^2+15*X^2*Y^2*Z^6+8*X^5*Y^3*Z+65*X^5*Y^2*Z^2+11*X^4*Y^3*Z^2+10*X^3*Y^2*Z^4+8*X*Y^6*Z^2+10*X^5*Y*Z^2+2*X^4*Y^3*Z+60*X^4*Y^2*Z^2+6*X^3*Y^4*Z+18*X^3*Y^3*Z^2+6*X^2*Y^2*Z^4+16*X^4*Y*Z^2+86*X^3*Y^3*Z+31*X^3*Y^2*Z^2+30*X^3*Y*Z^3+4*X^2*Y^4*Z+10*X^2*Y^3*Z^2+76*X^3*Y^2*Z+24*X^3*Y*Z^2+28*X^2*Y^3*Z+19*X^2*Y^2*Z^2+10*X^2*Y*Z^3+4*X*Y^4*Z+6*X*Y^3*Z^2+70*X^3*Y*Z+8*X^2*Y^2*Z+8*X^2*Y*Z^2+10*X*Y^3*Z+4*X*Y^2*Z^2+10*X*Y*Z^3+24*X^2*Y*Z+4*X*Y*Z^2+11*X*Y*Z

Algorithm definition

The algorithm ⟨9×11×14:882⟩ 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