Description of fast matrix multiplication algorithm: ⟨6×9×11:404⟩

Algorithm type

X4⁢Y5⁢Z4+11⁢X4⁢Y4⁢Z4+X4⁢Y3⁢Z4+48⁢X2⁢Y6⁢Z3+2⁢X4⁢Y3⁢Z3+11⁢X2⁢Y6⁢Z2+16⁢X2⁢Y5⁢Z3+44⁢X⁢Y6⁢Z3+X2⁢Y5⁢Z2+X2⁢Y3⁢Z4+2⁢X⁢Y6⁢Z2+50⁢X⁢Y5⁢Z3+12⁢X4⁢Y2⁢Z2+8⁢X2⁢Y4⁢Z2+X2⁢Y3⁢Z3+6⁢X2⁢Y2⁢Z4+2⁢X⁢Y6⁢Z+2⁢X⁢Y4⁢Z3+2⁢X3⁢Y3⁢Z+4⁢X2⁢Y3⁢Z2+X2⁢Y⁢Z4+19⁢X2⁢Y3⁢Z+49⁢X2⁢Y2⁢Z2+2⁢X⁢Y3⁢Z2+4⁢X3⁢Y⁢Z+41⁢X⁢Y3⁢Z+4⁢X⁢Y⁢Z3+9⁢X2⁢Y⁢Z+3⁢X⁢Y2⁢Z+4⁢X⁢Y⁢Z2+43⁢X⁢Y⁢ZX4Y5Z411X4Y4Z4X4Y3Z448X2Y6Z32X4Y3Z311X2Y6Z216X2Y5Z344XY6Z3X2Y5Z2X2Y3Z42XY6Z250XY5Z312X4Y2Z28X2Y4Z2X2Y3Z36X2Y2Z42XY6Z2XY4Z32X3Y3Z4X2Y3Z2X2YZ419X2Y3Z49X2Y2Z22XY3Z24X3YZ41XY3Z4XYZ39X2YZ3XY2Z4XYZ243XYZX^4*Y^5*Z^4+11*X^4*Y^4*Z^4+X^4*Y^3*Z^4+48*X^2*Y^6*Z^3+2*X^4*Y^3*Z^3+11*X^2*Y^6*Z^2+16*X^2*Y^5*Z^3+44*X*Y^6*Z^3+X^2*Y^5*Z^2+X^2*Y^3*Z^4+2*X*Y^6*Z^2+50*X*Y^5*Z^3+12*X^4*Y^2*Z^2+8*X^2*Y^4*Z^2+X^2*Y^3*Z^3+6*X^2*Y^2*Z^4+2*X*Y^6*Z+2*X*Y^4*Z^3+2*X^3*Y^3*Z+4*X^2*Y^3*Z^2+X^2*Y*Z^4+19*X^2*Y^3*Z+49*X^2*Y^2*Z^2+2*X*Y^3*Z^2+4*X^3*Y*Z+41*X*Y^3*Z+4*X*Y*Z^3+9*X^2*Y*Z+3*X*Y^2*Z+4*X*Y*Z^2+43*X*Y*Z

Algorithm definition

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