Description of fast matrix multiplication algorithm: ⟨8×9×15:699⟩

Algorithm type

19⁢X4⁢Y5⁢Z4+21⁢X4⁢Y4⁢Z4+4⁢X6⁢Y3⁢Z2+4⁢X4⁢Y3⁢Z4+5⁢X2⁢Y7⁢Z2+3⁢X2⁢Y5⁢Z4+4⁢X2⁢Y3⁢Z6+X⁢Y8⁢Z2+7⁢X6⁢Y2⁢Z2+5⁢X4⁢Y2⁢Z4+X3⁢Y5⁢Z2+22⁢X2⁢Y6⁢Z2+3⁢X2⁢Y4⁢Z4+10⁢X2⁢Y2⁢Z6+3⁢X⁢Y8⁢Z+2⁢X⁢Y6⁢Z3+6⁢X4⁢Y3⁢Z2+45⁢X2⁢Y5⁢Z2+10⁢X2⁢Y3⁢Z4+4⁢X⁢Y7⁢Z+3⁢X⁢Y6⁢Z2+X⁢Y5⁢Z3+3⁢X4⁢Y2⁢Z2+66⁢X2⁢Y4⁢Z2+X2⁢Y3⁢Z3+8⁢X2⁢Y2⁢Z4+17⁢X⁢Y6⁢Z+2⁢X⁢Y5⁢Z2+13⁢X3⁢Y3⁢Z+46⁢X2⁢Y3⁢Z2+31⁢X⁢Y5⁢Z+7⁢X⁢Y4⁢Z2+15⁢X⁢Y3⁢Z3+4⁢X3⁢Y2⁢Z+7⁢X2⁢Y3⁢Z+29⁢X2⁢Y2⁢Z2+45⁢X⁢Y4⁢Z+49⁢X⁢Y3⁢Z2+9⁢X⁢Y2⁢Z3+4⁢X3⁢Y⁢Z+2⁢X2⁢Y2⁢Z+4⁢X2⁢Y⁢Z2+48⁢X⁢Y3⁢Z+51⁢X⁢Y2⁢Z2+3⁢X⁢Y⁢Z3+2⁢X2⁢Y⁢Z+17⁢X⁢Y2⁢Z+24⁢X⁢Y⁢Z2+9⁢X⁢Y⁢Z19X4Y5Z421X4Y4Z44X6Y3Z24X4Y3Z45X2Y7Z23X2Y5Z44X2Y3Z6XY8Z27X6Y2Z25X4Y2Z4X3Y5Z222X2Y6Z23X2Y4Z410X2Y2Z63XY8Z2XY6Z36X4Y3Z245X2Y5Z210X2Y3Z44XY7Z3XY6Z2XY5Z33X4Y2Z266X2Y4Z2X2Y3Z38X2Y2Z417XY6Z2XY5Z213X3Y3Z46X2Y3Z231XY5Z7XY4Z215XY3Z34X3Y2Z7X2Y3Z29X2Y2Z245XY4Z49XY3Z29XY2Z34X3YZ2X2Y2Z4X2YZ248XY3Z51XY2Z23XYZ32X2YZ17XY2Z24XYZ29XYZ19*X^4*Y^5*Z^4+21*X^4*Y^4*Z^4+4*X^6*Y^3*Z^2+4*X^4*Y^3*Z^4+5*X^2*Y^7*Z^2+3*X^2*Y^5*Z^4+4*X^2*Y^3*Z^6+X*Y^8*Z^2+7*X^6*Y^2*Z^2+5*X^4*Y^2*Z^4+X^3*Y^5*Z^2+22*X^2*Y^6*Z^2+3*X^2*Y^4*Z^4+10*X^2*Y^2*Z^6+3*X*Y^8*Z+2*X*Y^6*Z^3+6*X^4*Y^3*Z^2+45*X^2*Y^5*Z^2+10*X^2*Y^3*Z^4+4*X*Y^7*Z+3*X*Y^6*Z^2+X*Y^5*Z^3+3*X^4*Y^2*Z^2+66*X^2*Y^4*Z^2+X^2*Y^3*Z^3+8*X^2*Y^2*Z^4+17*X*Y^6*Z+2*X*Y^5*Z^2+13*X^3*Y^3*Z+46*X^2*Y^3*Z^2+31*X*Y^5*Z+7*X*Y^4*Z^2+15*X*Y^3*Z^3+4*X^3*Y^2*Z+7*X^2*Y^3*Z+29*X^2*Y^2*Z^2+45*X*Y^4*Z+49*X*Y^3*Z^2+9*X*Y^2*Z^3+4*X^3*Y*Z+2*X^2*Y^2*Z+4*X^2*Y*Z^2+48*X*Y^3*Z+51*X*Y^2*Z^2+3*X*Y*Z^3+2*X^2*Y*Z+17*X*Y^2*Z+24*X*Y*Z^2+9*X*Y*Z

Algorithm definition

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