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

Algorithm type

12⁢X5⁢Y6⁢Z2+16⁢X5⁢Y4⁢Z4+11⁢X3⁢Y6⁢Z4+4⁢X4⁢Y6⁢Z2+24⁢X4⁢Y4⁢Z4+13⁢X2⁢Y6⁢Z4+5⁢X6⁢Y3⁢Z2+10⁢X3⁢Y6⁢Z2+8⁢X3⁢Y4⁢Z4+25⁢X3⁢Y2⁢Z6+14⁢X6⁢Y2⁢Z2+22⁢X5⁢Y3⁢Z2+6⁢X2⁢Y6⁢Z2+15⁢X2⁢Y2⁢Z6+8⁢X5⁢Y3⁢Z+65⁢X5⁢Y2⁢Z2+11⁢X4⁢Y3⁢Z2+10⁢X3⁢Y2⁢Z4+8⁢X⁢Y6⁢Z2+10⁢X5⁢Y⁢Z2+2⁢X4⁢Y3⁢Z+60⁢X4⁢Y2⁢Z2+6⁢X3⁢Y4⁢Z+18⁢X3⁢Y3⁢Z2+6⁢X2⁢Y2⁢Z4+16⁢X4⁢Y⁢Z2+86⁢X3⁢Y3⁢Z+31⁢X3⁢Y2⁢Z2+30⁢X3⁢Y⁢Z3+4⁢X2⁢Y4⁢Z+10⁢X2⁢Y3⁢Z2+76⁢X3⁢Y2⁢Z+24⁢X3⁢Y⁢Z2+28⁢X2⁢Y3⁢Z+19⁢X2⁢Y2⁢Z2+10⁢X2⁢Y⁢Z3+4⁢X⁢Y4⁢Z+6⁢X⁢Y3⁢Z2+70⁢X3⁢Y⁢Z+8⁢X2⁢Y2⁢Z+8⁢X2⁢Y⁢Z2+10⁢X⁢Y3⁢Z+4⁢X⁢Y2⁢Z2+10⁢X⁢Y⁢Z3+24⁢X2⁢Y⁢Z+4⁢X⁢Y⁢Z2+11⁢X⁢Y⁢Z12X5Y6Z216X5Y4Z411X3Y6Z44X4Y6Z224X4Y4Z413X2Y6Z45X6Y3Z210X3Y6Z28X3Y4Z425X3Y2Z614X6Y2Z222X5Y3Z26X2Y6Z215X2Y2Z68X5Y3Z65X5Y2Z211X4Y3Z210X3Y2Z48XY6Z210X5YZ22X4Y3Z60X4Y2Z26X3Y4Z18X3Y3Z26X2Y2Z416X4YZ286X3Y3Z31X3Y2Z230X3YZ34X2Y4Z10X2Y3Z276X3Y2Z24X3YZ228X2Y3Z19X2Y2Z210X2YZ34XY4Z6XY3Z270X3YZ8X2Y2Z8X2YZ210XY3Z4XY2Z210XYZ324X2YZ4XYZ211XYZ12*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