Description of fast matrix multiplication algorithm: ⟨4×13×15:521⟩

Algorithm type

24⁢X4⁢Y7⁢Z4+8⁢X2⁢Y9⁢Z2+3⁢X4⁢Y4⁢Z4+9⁢X2⁢Y8⁢Z2+2⁢X4⁢Y3⁢Z4+42⁢X2⁢Y7⁢Z2+8⁢X⁢Y9⁢Z+23⁢X2⁢Y6⁢Z2+11⁢X⁢Y8⁢Z+21⁢X2⁢Y5⁢Z2+20⁢X⁢Y7⁢Z+23⁢X2⁢Y4⁢Z2+24⁢X⁢Y6⁢Z+39⁢X2⁢Y3⁢Z2+24⁢X⁢Y5⁢Z+25⁢X2⁢Y2⁢Z2+18⁢X⁢Y4⁢Z+2⁢X2⁢Y⁢Z2+116⁢X⁢Y3⁢Z+60⁢X⁢Y2⁢Z+19⁢X⁢Y⁢Z24X4Y7Z48X2Y9Z23X4Y4Z49X2Y8Z22X4Y3Z442X2Y7Z28XY9Z23X2Y6Z211XY8Z21X2Y5Z220XY7Z23X2Y4Z224XY6Z39X2Y3Z224XY5Z25X2Y2Z218XY4Z2X2YZ2116XY3Z60XY2Z19XYZ24*X^4*Y^7*Z^4+8*X^2*Y^9*Z^2+3*X^4*Y^4*Z^4+9*X^2*Y^8*Z^2+2*X^4*Y^3*Z^4+42*X^2*Y^7*Z^2+8*X*Y^9*Z+23*X^2*Y^6*Z^2+11*X*Y^8*Z+21*X^2*Y^5*Z^2+20*X*Y^7*Z+23*X^2*Y^4*Z^2+24*X*Y^6*Z+39*X^2*Y^3*Z^2+24*X*Y^5*Z+25*X^2*Y^2*Z^2+18*X*Y^4*Z+2*X^2*Y*Z^2+116*X*Y^3*Z+60*X*Y^2*Z+19*X*Y*Z

Algorithm definition

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