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

Algorithm type

26X4Y4Z4+18X4Y3Z4+8X2Y5Z4+4X6Y2Z2+8X4Y2Z4+12X2Y6Z2+4X2Y4Z4+6X2Y2Z6+4X6YZ2+11X2Y5Z2+12X2Y3Z4+2X2YZ6+4XY7Z+4X4Y2Z2+13X3Y3Z2+60X2Y4Z2+5X2Y3Z3+22X2Y2Z4+11XY6Z+3XY5Z2+16XY3Z4+4X4YZ2+7X3Y3Z+11X3Y2Z2+47X2Y3Z2+7X2Y2Z3+10X2YZ4+7XY5Z+11XY4Z2+4XY3Z3+17X3Y2Z+18X2Y3Z+57X2Y2Z2+29XY4Z+20XY3Z2+5XY2Z3+4XYZ4+28X3YZ+17X2Y2Z+15X2YZ2+77XY3Z+17XY2Z2+7XYZ3+13X2YZ+46XY2Z+25XYZ2+22XYZ26X4Y4Z418X4Y3Z48X2Y5Z44X6Y2Z28X4Y2Z412X2Y6Z24X2Y4Z46X2Y2Z64X6YZ211X2Y5Z212X2Y3Z42X2YZ64XY7Z4X4Y2Z213X3Y3Z260X2Y4Z25X2Y3Z322X2Y2Z411XY6Z3XY5Z216XY3Z44X4YZ27X3Y3Z11X3Y2Z247X2Y3Z27X2Y2Z310X2YZ47XY5Z11XY4Z24XY3Z317X3Y2Z18X2Y3Z57X2Y2Z229XY4Z20XY3Z25XY2Z34XYZ428X3YZ17X2Y2Z15X2YZ277XY3Z17XY2Z27XYZ313X2YZ46XY2Z25XYZ222XYZ26*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