Description of fast matrix multiplication algorithm: ⟨6×9×13:468⟩

Algorithm type

5⁢X4⁢Y5⁢Z4+12⁢X4⁢Y4⁢Z4+24⁢X2⁢Y7⁢Z3+4⁢X4⁢Y3⁢Z4+8⁢X2⁢Y6⁢Z3+X2⁢Y5⁢Z4+16⁢X⁢Y7⁢Z3+X4⁢Y2⁢Z4+7⁢X2⁢Y6⁢Z2+32⁢X2⁢Y5⁢Z3+4⁢X2⁢Y4⁢Z4+3⁢X2⁢Y2⁢Z6+20⁢X⁢Y6⁢Z3+X4⁢Y3⁢Z2+13⁢X2⁢Y5⁢Z2+5⁢X2⁢Y3⁢Z4+X⁢Y7⁢Z+2⁢X⁢Y6⁢Z2+60⁢X⁢Y5⁢Z3+3⁢X4⁢Y2⁢Z2+22⁢X2⁢Y4⁢Z2+7⁢X2⁢Y2⁢Z4+6⁢X⁢Y6⁢Z+X⁢Y5⁢Z2+4⁢X4⁢Y⁢Z2+22⁢X2⁢Y3⁢Z2+X2⁢Y⁢Z4+2⁢X⁢Y5⁢Z+2⁢X⁢Y4⁢Z2+3⁢X⁢Y3⁢Z3+7⁢X2⁢Y3⁢Z+30⁢X2⁢Y2⁢Z2+6⁢X⁢Y4⁢Z+13⁢X⁢Y3⁢Z2+5⁢X2⁢Y2⁢Z+7⁢X2⁢Y⁢Z2+40⁢X⁢Y3⁢Z+10⁢X⁢Y2⁢Z2+4⁢X⁢Y⁢Z3+6⁢X2⁢Y⁢Z+20⁢X⁢Y2⁢Z+12⁢X⁢Y⁢Z2+16⁢X⁢Y⁢Z5X4Y5Z412X4Y4Z424X2Y7Z34X4Y3Z48X2Y6Z3X2Y5Z416XY7Z3X4Y2Z47X2Y6Z232X2Y5Z34X2Y4Z43X2Y2Z620XY6Z3X4Y3Z213X2Y5Z25X2Y3Z4XY7Z2XY6Z260XY5Z33X4Y2Z222X2Y4Z27X2Y2Z46XY6ZXY5Z24X4YZ222X2Y3Z2X2YZ42XY5Z2XY4Z23XY3Z37X2Y3Z30X2Y2Z26XY4Z13XY3Z25X2Y2Z7X2YZ240XY3Z10XY2Z24XYZ36X2YZ20XY2Z12XYZ216XYZ5*X^4*Y^5*Z^4+12*X^4*Y^4*Z^4+24*X^2*Y^7*Z^3+4*X^4*Y^3*Z^4+8*X^2*Y^6*Z^3+X^2*Y^5*Z^4+16*X*Y^7*Z^3+X^4*Y^2*Z^4+7*X^2*Y^6*Z^2+32*X^2*Y^5*Z^3+4*X^2*Y^4*Z^4+3*X^2*Y^2*Z^6+20*X*Y^6*Z^3+X^4*Y^3*Z^2+13*X^2*Y^5*Z^2+5*X^2*Y^3*Z^4+X*Y^7*Z+2*X*Y^6*Z^2+60*X*Y^5*Z^3+3*X^4*Y^2*Z^2+22*X^2*Y^4*Z^2+7*X^2*Y^2*Z^4+6*X*Y^6*Z+X*Y^5*Z^2+4*X^4*Y*Z^2+22*X^2*Y^3*Z^2+X^2*Y*Z^4+2*X*Y^5*Z+2*X*Y^4*Z^2+3*X*Y^3*Z^3+7*X^2*Y^3*Z+30*X^2*Y^2*Z^2+6*X*Y^4*Z+13*X*Y^3*Z^2+5*X^2*Y^2*Z+7*X^2*Y*Z^2+40*X*Y^3*Z+10*X*Y^2*Z^2+4*X*Y*Z^3+6*X^2*Y*Z+20*X*Y^2*Z+12*X*Y*Z^2+16*X*Y*Z

Algorithm definition

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