Description of fast matrix multiplication algorithm: ⟨5×7×8:204⟩

Algorithm type

3X4Y4Z4+3X3Y4Z3+2X2Y6Z2+2X2Y4Z4+2X3Y4Z2+2X2Y2Z5+XY6Z2+2X4Y2Z2+2X2Y4Z2+4X2Y3Z3+XY5Z2+X5YZ+X3Y2Z2+2X2Y4Z+X2Y3Z2+2X2Y2Z3+XY4Z2+41X2Y2Z2+XY4Z+4XY3Z2+7X3YZ+7X2Y2Z+18XY3Z+10XY2Z2+10XYZ3+5X2YZ+28XY2Z+5XYZ2+36XYZ3X4Y4Z43X3Y4Z32X2Y6Z22X2Y4Z42X3Y4Z22X2Y2Z5XY6Z22X4Y2Z22X2Y4Z24X2Y3Z3XY5Z2X5YZX3Y2Z22X2Y4ZX2Y3Z22X2Y2Z3XY4Z241X2Y2Z2XY4Z4XY3Z27X3YZ7X2Y2Z18XY3Z10XY2Z210XYZ35X2YZ28XY2Z5XYZ236XYZ3*X^4*Y^4*Z^4+3*X^3*Y^4*Z^3+2*X^2*Y^6*Z^2+2*X^2*Y^4*Z^4+2*X^3*Y^4*Z^2+2*X^2*Y^2*Z^5+X*Y^6*Z^2+2*X^4*Y^2*Z^2+2*X^2*Y^4*Z^2+4*X^2*Y^3*Z^3+X*Y^5*Z^2+X^5*Y*Z+X^3*Y^2*Z^2+2*X^2*Y^4*Z+X^2*Y^3*Z^2+2*X^2*Y^2*Z^3+X*Y^4*Z^2+41*X^2*Y^2*Z^2+X*Y^4*Z+4*X*Y^3*Z^2+7*X^3*Y*Z+7*X^2*Y^2*Z+18*X*Y^3*Z+10*X*Y^2*Z^2+10*X*Y*Z^3+5*X^2*Y*Z+28*X*Y^2*Z+5*X*Y*Z^2+36*X*Y*Z

Algorithm definition

The algorithm ⟨5×7×8:204⟩ 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