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

Algorithm type

5X4Y5Z4+12X4Y4Z4+24X2Y7Z3+4X4Y3Z4+8X2Y6Z3+X2Y5Z4+16XY7Z3+X4Y2Z4+7X2Y6Z2+32X2Y5Z3+4X2Y4Z4+3X2Y2Z6+20XY6Z3+X4Y3Z2+13X2Y5Z2+5X2Y3Z4+XY7Z+2XY6Z2+60XY5Z3+3X4Y2Z2+22X2Y4Z2+7X2Y2Z4+6XY6Z+XY5Z2+4X4YZ2+22X2Y3Z2+X2YZ4+2XY5Z+2XY4Z2+3XY3Z3+7X2Y3Z+30X2Y2Z2+6XY4Z+13XY3Z2+5X2Y2Z+7X2YZ2+40XY3Z+10XY2Z2+4XYZ3+6X2YZ+20XY2Z+12XYZ2+16XYZ5X4Y5Z412X4Y4Z424X2Y7Z34X4Y3Z48X2Y6Z3X2Y5Z416XY7Z3X4Y2Z47X2Y6Z232X2Y5Z34X2Y4Z43X2Y2Z620XY6Z3X4Y3Z213X2Y5Z25X2Y3Z4XY7Z2XY6Z260XY5Z33X4Y2Z222X2Y4Z27X2Y2Z46XY6ZXY5Z24X4YZ222X2Y3Z2X2YZ42XY5Z2XY4Z23XY3Z37X2Y3Z30X2Y2Z26XY4Z13XY3Z25X2Y2Z7X2YZ240XY3Z10XY2Z24XYZ36X2YZ20XY2Z12XYZ216XYZ5*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