Description of fast matrix multiplication algorithm: ⟨8×10×10:528⟩

Algorithm type

24X4Y4Z4+X3Y5Z2+X2Y6Z2+X3Y4Z2+2X2Y4Z3+X2Y3Z4+10X4Y2Z2+12X2Y4Z2+10X2Y2Z4+XY6Z+XY5Z2+2X2Y4Z+2X2Y3Z2+XY5Z+2XY4Z2+4X2Y3Z+160X2Y2Z2+XY4Z+2XY3Z2+X2Y2Z+12XY3Z+4XY2Z2+57X2YZ+73XY2Z+63XYZ2+80XYZ24X4Y4Z4X3Y5Z2X2Y6Z2X3Y4Z22X2Y4Z3X2Y3Z410X4Y2Z212X2Y4Z210X2Y2Z4XY6ZXY5Z22X2Y4Z2X2Y3Z2XY5Z2XY4Z24X2Y3Z160X2Y2Z2XY4Z2XY3Z2X2Y2Z12XY3Z4XY2Z257X2YZ73XY2Z63XYZ280XYZ24*X^4*Y^4*Z^4+X^3*Y^5*Z^2+X^2*Y^6*Z^2+X^3*Y^4*Z^2+2*X^2*Y^4*Z^3+X^2*Y^3*Z^4+10*X^4*Y^2*Z^2+12*X^2*Y^4*Z^2+10*X^2*Y^2*Z^4+X*Y^6*Z+X*Y^5*Z^2+2*X^2*Y^4*Z+2*X^2*Y^3*Z^2+X*Y^5*Z+2*X*Y^4*Z^2+4*X^2*Y^3*Z+160*X^2*Y^2*Z^2+X*Y^4*Z+2*X*Y^3*Z^2+X^2*Y^2*Z+12*X*Y^3*Z+4*X*Y^2*Z^2+57*X^2*Y*Z+73*X*Y^2*Z+63*X*Y*Z^2+80*X*Y*Z

Algorithm definition

The algorithm ⟨8×10×10:528⟩ 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