Description of fast matrix multiplication algorithm: ⟨13×14×15:1681⟩

Algorithm type

7⁢X4⁢Y4⁢Z6+2⁢X4⁢Y6⁢Z3+40⁢X4⁢Y4⁢Z5+49⁢X4⁢Y4⁢Z4+2⁢X2⁢Y8⁢Z2+22⁢X4⁢Y4⁢Z3+2⁢X2⁢Y6⁢Z3+2⁢X6⁢Y2⁢Z2+16⁢X4⁢Y4⁢Z2+2⁢X2⁢Y6⁢Z2+25⁢X2⁢Y2⁢Z6+2⁢X6⁢Y2⁢Z+4⁢X4⁢Y4⁢Z+14⁢X4⁢Y2⁢Z3+27⁢X2⁢Y4⁢Z3+2⁢X2⁢Y3⁢Z4+101⁢X2⁢Y2⁢Z5+21⁢X4⁢Y2⁢Z2+28⁢X2⁢Y4⁢Z2+X2⁢Y3⁢Z3+143⁢X2⁢Y2⁢Z4+4⁢X⁢Y4⁢Z3+10⁢X⁢Y⁢Z6+10⁢X4⁢Y2⁢Z+X3⁢Y⁢Z3+5⁢X2⁢Y4⁢Z+X2⁢Y3⁢Z2+212⁢X2⁢Y2⁢Z3+4⁢X⁢Y3⁢Z3+15⁢X⁢Y⁢Z5+4⁢X3⁢Y⁢Z2+108⁢X2⁢Y2⁢Z2+61⁢X2⁢Y⁢Z3+2⁢X⁢Y3⁢Z2+72⁢X⁢Y2⁢Z3+34⁢X⁢Y⁢Z4+3⁢X3⁢Y⁢Z+15⁢X2⁢Y2⁢Z+57⁢X2⁢Y⁢Z2+2⁢X⁢Y3⁢Z+65⁢X⁢Y2⁢Z2+178⁢X⁢Y⁢Z3+36⁢X2⁢Y⁢Z+47⁢X⁢Y2⁢Z+141⁢X⁢Y⁢Z2+82⁢X⁢Y⁢Z7X4Y4Z62X4Y6Z340X4Y4Z549X4Y4Z42X2Y8Z222X4Y4Z32X2Y6Z32X6Y2Z216X4Y4Z22X2Y6Z225X2Y2Z62X6Y2Z4X4Y4Z14X4Y2Z327X2Y4Z32X2Y3Z4101X2Y2Z521X4Y2Z228X2Y4Z2X2Y3Z3143X2Y2Z44XY4Z310XYZ610X4Y2ZX3YZ35X2Y4ZX2Y3Z2212X2Y2Z34XY3Z315XYZ54X3YZ2108X2Y2Z261X2YZ32XY3Z272XY2Z334XYZ43X3YZ15X2Y2Z57X2YZ22XY3Z65XY2Z2178XYZ336X2YZ47XY2Z141XYZ282XYZ7*X^4*Y^4*Z^6+2*X^4*Y^6*Z^3+40*X^4*Y^4*Z^5+49*X^4*Y^4*Z^4+2*X^2*Y^8*Z^2+22*X^4*Y^4*Z^3+2*X^2*Y^6*Z^3+2*X^6*Y^2*Z^2+16*X^4*Y^4*Z^2+2*X^2*Y^6*Z^2+25*X^2*Y^2*Z^6+2*X^6*Y^2*Z+4*X^4*Y^4*Z+14*X^4*Y^2*Z^3+27*X^2*Y^4*Z^3+2*X^2*Y^3*Z^4+101*X^2*Y^2*Z^5+21*X^4*Y^2*Z^2+28*X^2*Y^4*Z^2+X^2*Y^3*Z^3+143*X^2*Y^2*Z^4+4*X*Y^4*Z^3+10*X*Y*Z^6+10*X^4*Y^2*Z+X^3*Y*Z^3+5*X^2*Y^4*Z+X^2*Y^3*Z^2+212*X^2*Y^2*Z^3+4*X*Y^3*Z^3+15*X*Y*Z^5+4*X^3*Y*Z^2+108*X^2*Y^2*Z^2+61*X^2*Y*Z^3+2*X*Y^3*Z^2+72*X*Y^2*Z^3+34*X*Y*Z^4+3*X^3*Y*Z+15*X^2*Y^2*Z+57*X^2*Y*Z^2+2*X*Y^3*Z+65*X*Y^2*Z^2+178*X*Y*Z^3+36*X^2*Y*Z+47*X*Y^2*Z+141*X*Y*Z^2+82*X*Y*Z

Algorithm definition

The algorithm ⟨13×14×15:1681⟩ 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