Description of fast matrix multiplication algorithm: ⟨11×13×15:1371⟩

Algorithm type

12X4Y6Z4+8X4Y5Z4+46X4Y4Z4+4X3Y6Z3+6X3Y5Z4+3X2Y8Z2+13X2Y2Z8+X4Y4Z3+7X4Y3Z4+2X3Y5Z3+4X3Y4Z4+6X2Y7Z2+6X2Y3Z6+19X4Y2Z4+18X3Y4Z3+13X3Y3Z4+35X2Y6Z2+6X2Y3Z5+40X2Y2Z6+XY8Z+3X4Y2Z3+4X3Y3Z3+X3Y2Z4+23X2Y5Z2+26X2Y2Z5+3X2YZ6+2XY6Z2+48X3Y3Z2+8X3Y2Z3+4X3YZ4+54X2Y4Z2+9X2YZ5+3XY6Z+5XY5Z2+3XY4Z3+4XY3Z4+72X3Y3Z+2X3YZ3+32X2Y3Z2+10XY4Z2+21XY3Z3+18XY2Z4+6X3Y2Z+4X3YZ2+195X2Y2Z2+34X2YZ3+18XY4Z+8XY3Z2+58XY2Z3+30XYZ4+6X3YZ+3X2Y2Z+20X2YZ2+68XY3Z+3XY2Z2+13XYZ3+54X2YZ+108XY2Z+13XYZ2+125XYZ12X4Y6Z48X4Y5Z446X4Y4Z44X3Y6Z36X3Y5Z43X2Y8Z213X2Y2Z8X4Y4Z37X4Y3Z42X3Y5Z34X3Y4Z46X2Y7Z26X2Y3Z619X4Y2Z418X3Y4Z313X3Y3Z435X2Y6Z26X2Y3Z540X2Y2Z6XY8Z3X4Y2Z34X3Y3Z3X3Y2Z423X2Y5Z226X2Y2Z53X2YZ62XY6Z248X3Y3Z28X3Y2Z34X3YZ454X2Y4Z29X2YZ53XY6Z5XY5Z23XY4Z34XY3Z472X3Y3Z2X3YZ332X2Y3Z210XY4Z221XY3Z318XY2Z46X3Y2Z4X3YZ2195X2Y2Z234X2YZ318XY4Z8XY3Z258XY2Z330XYZ46X3YZ3X2Y2Z20X2YZ268XY3Z3XY2Z213XYZ354X2YZ108XY2Z13XYZ2125XYZ12*X^4*Y^6*Z^4+8*X^4*Y^5*Z^4+46*X^4*Y^4*Z^4+4*X^3*Y^6*Z^3+6*X^3*Y^5*Z^4+3*X^2*Y^8*Z^2+13*X^2*Y^2*Z^8+X^4*Y^4*Z^3+7*X^4*Y^3*Z^4+2*X^3*Y^5*Z^3+4*X^3*Y^4*Z^4+6*X^2*Y^7*Z^2+6*X^2*Y^3*Z^6+19*X^4*Y^2*Z^4+18*X^3*Y^4*Z^3+13*X^3*Y^3*Z^4+35*X^2*Y^6*Z^2+6*X^2*Y^3*Z^5+40*X^2*Y^2*Z^6+X*Y^8*Z+3*X^4*Y^2*Z^3+4*X^3*Y^3*Z^3+X^3*Y^2*Z^4+23*X^2*Y^5*Z^2+26*X^2*Y^2*Z^5+3*X^2*Y*Z^6+2*X*Y^6*Z^2+48*X^3*Y^3*Z^2+8*X^3*Y^2*Z^3+4*X^3*Y*Z^4+54*X^2*Y^4*Z^2+9*X^2*Y*Z^5+3*X*Y^6*Z+5*X*Y^5*Z^2+3*X*Y^4*Z^3+4*X*Y^3*Z^4+72*X^3*Y^3*Z+2*X^3*Y*Z^3+32*X^2*Y^3*Z^2+10*X*Y^4*Z^2+21*X*Y^3*Z^3+18*X*Y^2*Z^4+6*X^3*Y^2*Z+4*X^3*Y*Z^2+195*X^2*Y^2*Z^2+34*X^2*Y*Z^3+18*X*Y^4*Z+8*X*Y^3*Z^2+58*X*Y^2*Z^3+30*X*Y*Z^4+6*X^3*Y*Z+3*X^2*Y^2*Z+20*X^2*Y*Z^2+68*X*Y^3*Z+3*X*Y^2*Z^2+13*X*Y*Z^3+54*X^2*Y*Z+108*X*Y^2*Z+13*X*Y*Z^2+125*X*Y*Z

Algorithm definition

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