Description of fast matrix multiplication algorithm: ⟨8×10×15:778⟩

Algorithm type

26⁢X4⁢Y4⁢Z4+18⁢X4⁢Y3⁢Z4+8⁢X2⁢Y5⁢Z4+4⁢X6⁢Y2⁢Z2+8⁢X4⁢Y2⁢Z4+12⁢X2⁢Y6⁢Z2+4⁢X2⁢Y4⁢Z4+6⁢X2⁢Y2⁢Z6+4⁢X6⁢Y⁢Z2+11⁢X2⁢Y5⁢Z2+12⁢X2⁢Y3⁢Z4+2⁢X2⁢Y⁢Z6+4⁢X⁢Y7⁢Z+4⁢X4⁢Y2⁢Z2+13⁢X3⁢Y3⁢Z2+60⁢X2⁢Y4⁢Z2+5⁢X2⁢Y3⁢Z3+22⁢X2⁢Y2⁢Z4+11⁢X⁢Y6⁢Z+3⁢X⁢Y5⁢Z2+16⁢X⁢Y3⁢Z4+4⁢X4⁢Y⁢Z2+7⁢X3⁢Y3⁢Z+11⁢X3⁢Y2⁢Z2+47⁢X2⁢Y3⁢Z2+7⁢X2⁢Y2⁢Z3+10⁢X2⁢Y⁢Z4+7⁢X⁢Y5⁢Z+11⁢X⁢Y4⁢Z2+4⁢X⁢Y3⁢Z3+17⁢X3⁢Y2⁢Z+18⁢X2⁢Y3⁢Z+57⁢X2⁢Y2⁢Z2+29⁢X⁢Y4⁢Z+20⁢X⁢Y3⁢Z2+5⁢X⁢Y2⁢Z3+4⁢X⁢Y⁢Z4+28⁢X3⁢Y⁢Z+17⁢X2⁢Y2⁢Z+15⁢X2⁢Y⁢Z2+77⁢X⁢Y3⁢Z+17⁢X⁢Y2⁢Z2+7⁢X⁢Y⁢Z3+13⁢X2⁢Y⁢Z+46⁢X⁢Y2⁢Z+25⁢X⁢Y⁢Z2+22⁢X⁢Y⁢Z26X4Y4Z418X4Y3Z48X2Y5Z44X6Y2Z28X4Y2Z412X2Y6Z24X2Y4Z46X2Y2Z64X6YZ211X2Y5Z212X2Y3Z42X2YZ64XY7Z4X4Y2Z213X3Y3Z260X2Y4Z25X2Y3Z322X2Y2Z411XY6Z3XY5Z216XY3Z44X4YZ27X3Y3Z11X3Y2Z247X2Y3Z27X2Y2Z310X2YZ47XY5Z11XY4Z24XY3Z317X3Y2Z18X2Y3Z57X2Y2Z229XY4Z20XY3Z25XY2Z34XYZ428X3YZ17X2Y2Z15X2YZ277XY3Z17XY2Z27XYZ313X2YZ46XY2Z25XYZ222XYZ26*X^4*Y^4*Z^4+18*X^4*Y^3*Z^4+8*X^2*Y^5*Z^4+4*X^6*Y^2*Z^2+8*X^4*Y^2*Z^4+12*X^2*Y^6*Z^2+4*X^2*Y^4*Z^4+6*X^2*Y^2*Z^6+4*X^6*Y*Z^2+11*X^2*Y^5*Z^2+12*X^2*Y^3*Z^4+2*X^2*Y*Z^6+4*X*Y^7*Z+4*X^4*Y^2*Z^2+13*X^3*Y^3*Z^2+60*X^2*Y^4*Z^2+5*X^2*Y^3*Z^3+22*X^2*Y^2*Z^4+11*X*Y^6*Z+3*X*Y^5*Z^2+16*X*Y^3*Z^4+4*X^4*Y*Z^2+7*X^3*Y^3*Z+11*X^3*Y^2*Z^2+47*X^2*Y^3*Z^2+7*X^2*Y^2*Z^3+10*X^2*Y*Z^4+7*X*Y^5*Z+11*X*Y^4*Z^2+4*X*Y^3*Z^3+17*X^3*Y^2*Z+18*X^2*Y^3*Z+57*X^2*Y^2*Z^2+29*X*Y^4*Z+20*X*Y^3*Z^2+5*X*Y^2*Z^3+4*X*Y*Z^4+28*X^3*Y*Z+17*X^2*Y^2*Z+15*X^2*Y*Z^2+77*X*Y^3*Z+17*X*Y^2*Z^2+7*X*Y*Z^3+13*X^2*Y*Z+46*X*Y^2*Z+25*X*Y*Z^2+22*X*Y*Z

Algorithm definition

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