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

Algorithm type

24X4Y7Z4+8X2Y9Z2+3X4Y4Z4+9X2Y8Z2+2X4Y3Z4+42X2Y7Z2+8XY9Z+23X2Y6Z2+11XY8Z+21X2Y5Z2+20XY7Z+23X2Y4Z2+24XY6Z+39X2Y3Z2+24XY5Z+25X2Y2Z2+18XY4Z+2X2YZ2+116XY3Z+60XY2Z+19XYZ24X4Y7Z48X2Y9Z23X4Y4Z49X2Y8Z22X4Y3Z442X2Y7Z28XY9Z23X2Y6Z211XY8Z21X2Y5Z220XY7Z23X2Y4Z224XY6Z39X2Y3Z224XY5Z25X2Y2Z218XY4Z2X2YZ2116XY3Z60XY2Z19XYZ24*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