Description of fast matrix multiplication algorithm: ⟨6×9×14:494⟩

Algorithm type

X4⁢Y6⁢Z4+3⁢X4⁢Y5⁢Z4+20⁢X4⁢Y4⁢Z4+32⁢X2⁢Y7⁢Z3+X2⁢Y6⁢Z4+2⁢X6⁢Y3⁢Z2+X2⁢Y7⁢Z2+2⁢X2⁢Y3⁢Z6+40⁢X⁢Y7⁢Z3+X6⁢Y2⁢Z2+10⁢X2⁢Y6⁢Z2+32⁢X2⁢Y5⁢Z3+5⁢X2⁢Y4⁢Z4+4⁢X2⁢Y2⁢Z6+2⁢X⁢Y8⁢Z+8⁢X⁢Y6⁢Z3+12⁢X2⁢Y5⁢Z2+X2⁢Y3⁢Z4+4⁢X⁢Y7⁢Z+2⁢X⁢Y6⁢Z2+46⁢X⁢Y5⁢Z3+6⁢X4⁢Y2⁢Z2+25⁢X2⁢Y4⁢Z2+11⁢X2⁢Y2⁢Z4+2⁢X⁢Y6⁢Z+2⁢X⁢Y5⁢Z2+2⁢X⁢Y4⁢Z3+4⁢X3⁢Y3⁢Z+19⁢X2⁢Y3⁢Z2+10⁢X⁢Y5⁢Z+6⁢X⁢Y4⁢Z2+4⁢X⁢Y3⁢Z3+4⁢X3⁢Y2⁢Z+34⁢X2⁢Y2⁢Z2+14⁢X⁢Y4⁢Z+10⁢X⁢Y3⁢Z2+8⁢X⁢Y2⁢Z3+28⁢X⁢Y3⁢Z+14⁢X⁢Y2⁢Z2+4⁢X⁢Y⁢Z3+22⁢X⁢Y2⁢Z+14⁢X⁢Y⁢Z2+22⁢X⁢Y⁢ZX4Y6Z43X4Y5Z420X4Y4Z432X2Y7Z3X2Y6Z42X6Y3Z2X2Y7Z22X2Y3Z640XY7Z3X6Y2Z210X2Y6Z232X2Y5Z35X2Y4Z44X2Y2Z62XY8Z8XY6Z312X2Y5Z2X2Y3Z44XY7Z2XY6Z246XY5Z36X4Y2Z225X2Y4Z211X2Y2Z42XY6Z2XY5Z22XY4Z34X3Y3Z19X2Y3Z210XY5Z6XY4Z24XY3Z34X3Y2Z34X2Y2Z214XY4Z10XY3Z28XY2Z328XY3Z14XY2Z24XYZ322XY2Z14XYZ222XYZX^4*Y^6*Z^4+3*X^4*Y^5*Z^4+20*X^4*Y^4*Z^4+32*X^2*Y^7*Z^3+X^2*Y^6*Z^4+2*X^6*Y^3*Z^2+X^2*Y^7*Z^2+2*X^2*Y^3*Z^6+40*X*Y^7*Z^3+X^6*Y^2*Z^2+10*X^2*Y^6*Z^2+32*X^2*Y^5*Z^3+5*X^2*Y^4*Z^4+4*X^2*Y^2*Z^6+2*X*Y^8*Z+8*X*Y^6*Z^3+12*X^2*Y^5*Z^2+X^2*Y^3*Z^4+4*X*Y^7*Z+2*X*Y^6*Z^2+46*X*Y^5*Z^3+6*X^4*Y^2*Z^2+25*X^2*Y^4*Z^2+11*X^2*Y^2*Z^4+2*X*Y^6*Z+2*X*Y^5*Z^2+2*X*Y^4*Z^3+4*X^3*Y^3*Z+19*X^2*Y^3*Z^2+10*X*Y^5*Z+6*X*Y^4*Z^2+4*X*Y^3*Z^3+4*X^3*Y^2*Z+34*X^2*Y^2*Z^2+14*X*Y^4*Z+10*X*Y^3*Z^2+8*X*Y^2*Z^3+28*X*Y^3*Z+14*X*Y^2*Z^2+4*X*Y*Z^3+22*X*Y^2*Z+14*X*Y*Z^2+22*X*Y*Z

Algorithm definition

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