Description of fast matrix multiplication algorithm: ⟨8×11×15:848⟩

Algorithm type

12⁢X6⁢Y8⁢Z4+12⁢X5⁢Y8⁢Z4+22⁢X3⁢Y8⁢Z2+33⁢X6⁢Y4⁢Z2+51⁢X4⁢Y4⁢Z4+2⁢X2⁢Y8⁢Z2+15⁢X5⁢Y4⁢Z2+24⁢X3⁢Y4⁢Z4+2⁢X⁢Y9⁢Z+3⁢X3⁢Y3⁢Z4+18⁢X2⁢Y6⁢Z2+12⁢X2⁢Y2⁢Z6+X⁢Y8⁢Z+4⁢X2⁢Y5⁢Z2+12⁢X4⁢Y2⁢Z2+42⁢X3⁢Y4⁢Z+68⁢X2⁢Y4⁢Z2+2⁢X2⁢Y2⁢Z4+11⁢X⁢Y6⁢Z+2⁢X⁢Y⁢Z6+41⁢X3⁢Y2⁢Z2+6⁢X2⁢Y4⁢Z+2⁢X2⁢Y3⁢Z2+2⁢X⁢Y5⁢Z+9⁢X⁢Y4⁢Z2+3⁢X⁢Y3⁢Z3+3⁢X2⁢Y3⁢Z+84⁢X2⁢Y2⁢Z2+X⁢Y3⁢Z2+13⁢X⁢Y2⁢Z3+88⁢X3⁢Y⁢Z+12⁢X2⁢Y2⁢Z+85⁢X2⁢Y⁢Z2+41⁢X⁢Y3⁢Z+3⁢X⁢Y2⁢Z2+38⁢X⁢Y⁢Z3+49⁢X2⁢Y⁢Z+5⁢X⁢Y2⁢Z+13⁢X⁢Y⁢Z2+2⁢X⁢Y⁢Z12X6Y8Z412X5Y8Z422X3Y8Z233X6Y4Z251X4Y4Z42X2Y8Z215X5Y4Z224X3Y4Z42XY9Z3X3Y3Z418X2Y6Z212X2Y2Z6XY8Z4X2Y5Z212X4Y2Z242X3Y4Z68X2Y4Z22X2Y2Z411XY6Z2XYZ641X3Y2Z26X2Y4Z2X2Y3Z22XY5Z9XY4Z23XY3Z33X2Y3Z84X2Y2Z2XY3Z213XY2Z388X3YZ12X2Y2Z85X2YZ241XY3Z3XY2Z238XYZ349X2YZ5XY2Z13XYZ22XYZ12*X^6*Y^8*Z^4+12*X^5*Y^8*Z^4+22*X^3*Y^8*Z^2+33*X^6*Y^4*Z^2+51*X^4*Y^4*Z^4+2*X^2*Y^8*Z^2+15*X^5*Y^4*Z^2+24*X^3*Y^4*Z^4+2*X*Y^9*Z+3*X^3*Y^3*Z^4+18*X^2*Y^6*Z^2+12*X^2*Y^2*Z^6+X*Y^8*Z+4*X^2*Y^5*Z^2+12*X^4*Y^2*Z^2+42*X^3*Y^4*Z+68*X^2*Y^4*Z^2+2*X^2*Y^2*Z^4+11*X*Y^6*Z+2*X*Y*Z^6+41*X^3*Y^2*Z^2+6*X^2*Y^4*Z+2*X^2*Y^3*Z^2+2*X*Y^5*Z+9*X*Y^4*Z^2+3*X*Y^3*Z^3+3*X^2*Y^3*Z+84*X^2*Y^2*Z^2+X*Y^3*Z^2+13*X*Y^2*Z^3+88*X^3*Y*Z+12*X^2*Y^2*Z+85*X^2*Y*Z^2+41*X*Y^3*Z+3*X*Y^2*Z^2+38*X*Y*Z^3+49*X^2*Y*Z+5*X*Y^2*Z+13*X*Y*Z^2+2*X*Y*Z

Algorithm definition

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