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

Algorithm type

12X6Y8Z4+12X5Y8Z4+22X3Y8Z2+33X6Y4Z2+51X4Y4Z4+2X2Y8Z2+15X5Y4Z2+24X3Y4Z4+2XY9Z+3X3Y3Z4+18X2Y6Z2+12X2Y2Z6+XY8Z+4X2Y5Z2+12X4Y2Z2+42X3Y4Z+68X2Y4Z2+2X2Y2Z4+11XY6Z+2XYZ6+41X3Y2Z2+6X2Y4Z+2X2Y3Z2+2XY5Z+9XY4Z2+3XY3Z3+3X2Y3Z+84X2Y2Z2+XY3Z2+13XY2Z3+88X3YZ+12X2Y2Z+85X2YZ2+41XY3Z+3XY2Z2+38XYZ3+49X2YZ+5XY2Z+13XYZ2+2XYZ12X6Y8Z412X5Y8Z422X3Y8Z233X6Y4Z251X4Y4Z42X2Y8Z215X5Y4Z224X3Y4Z42XY9Z3X3Y3Z418X2Y6Z212X2Y2Z6XY8Z4X2Y5Z212X4Y2Z242X3Y4Z68X2Y4Z22X2Y2Z411XY6Z2XYZ641X3Y2Z26X2Y4Z2X2Y3Z22XY5Z9XY4Z23XY3Z33X2Y3Z84X2Y2Z2XY3Z213XY2Z388X3YZ12X2Y2Z85X2YZ241XY3Z3XY2Z238XYZ349X2YZ5XY2Z13XYZ22XYZ12*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