Description of fast matrix multiplication algorithm: ⟨6×9×15:529⟩

Algorithm type

4⁢X4⁢Y5⁢Z4+21⁢X4⁢Y4⁢Z4+32⁢X2⁢Y7⁢Z3+3⁢X6⁢Y3⁢Z2+3⁢X4⁢Y3⁢Z4+24⁢X2⁢Y6⁢Z3+40⁢X⁢Y7⁢Z3+17⁢X2⁢Y6⁢Z2+8⁢X2⁢Y5⁢Z3+7⁢X2⁢Y4⁢Z4+7⁢X2⁢Y2⁢Z6+3⁢X⁢Y8⁢Z+54⁢X⁢Y6⁢Z3+12⁢X2⁢Y5⁢Z2+4⁢X2⁢Y3⁢Z4+3⁢X⁢Y6⁢Z2+2⁢X⁢Y5⁢Z3+X4⁢Y2⁢Z2+32⁢X2⁢Y4⁢Z2+12⁢X2⁢Y2⁢Z4+4⁢X⁢Y6⁢Z+X3⁢Y3⁢Z+20⁢X2⁢Y3⁢Z2+X2⁢Y⁢Z4+3⁢X⁢Y5⁢Z+3⁢X⁢Y4⁢Z2+2⁢X⁢Y3⁢Z3+X3⁢Y2⁢Z+32⁢X2⁢Y2⁢Z2+15⁢X⁢Y4⁢Z+25⁢X⁢Y3⁢Z2+2⁢X3⁢Y⁢Z+2⁢X2⁢Y⁢Z2+54⁢X⁢Y3⁢Z+12⁢X⁢Y2⁢Z2+6⁢X⁢Y⁢Z3+21⁢X⁢Y2⁢Z+17⁢X⁢Y⁢Z2+19⁢X⁢Y⁢Z4X4Y5Z421X4Y4Z432X2Y7Z33X6Y3Z23X4Y3Z424X2Y6Z340XY7Z317X2Y6Z28X2Y5Z37X2Y4Z47X2Y2Z63XY8Z54XY6Z312X2Y5Z24X2Y3Z43XY6Z22XY5Z3X4Y2Z232X2Y4Z212X2Y2Z44XY6ZX3Y3Z20X2Y3Z2X2YZ43XY5Z3XY4Z22XY3Z3X3Y2Z32X2Y2Z215XY4Z25XY3Z22X3YZ2X2YZ254XY3Z12XY2Z26XYZ321XY2Z17XYZ219XYZ4*X^4*Y^5*Z^4+21*X^4*Y^4*Z^4+32*X^2*Y^7*Z^3+3*X^6*Y^3*Z^2+3*X^4*Y^3*Z^4+24*X^2*Y^6*Z^3+40*X*Y^7*Z^3+17*X^2*Y^6*Z^2+8*X^2*Y^5*Z^3+7*X^2*Y^4*Z^4+7*X^2*Y^2*Z^6+3*X*Y^8*Z+54*X*Y^6*Z^3+12*X^2*Y^5*Z^2+4*X^2*Y^3*Z^4+3*X*Y^6*Z^2+2*X*Y^5*Z^3+X^4*Y^2*Z^2+32*X^2*Y^4*Z^2+12*X^2*Y^2*Z^4+4*X*Y^6*Z+X^3*Y^3*Z+20*X^2*Y^3*Z^2+X^2*Y*Z^4+3*X*Y^5*Z+3*X*Y^4*Z^2+2*X*Y^3*Z^3+X^3*Y^2*Z+32*X^2*Y^2*Z^2+15*X*Y^4*Z+25*X*Y^3*Z^2+2*X^3*Y*Z+2*X^2*Y*Z^2+54*X*Y^3*Z+12*X*Y^2*Z^2+6*X*Y*Z^3+21*X*Y^2*Z+17*X*Y*Z^2+19*X*Y*Z

Algorithm definition

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