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

Algorithm type

36X4Y4Z4+2X2Y6Z2+X2Y4Z4+7X4Y2Z2+15X2Y4Z2+14X2Y2Z4+2X2Y2Z3+245X2Y2Z2+12XY3Z+6XY2Z2+7XYZ3+42X2YZ+90XY2Z+90XYZ2+157XYZ36X4Y4Z42X2Y6Z2X2Y4Z47X4Y2Z215X2Y4Z214X2Y2Z42X2Y2Z3245X2Y2Z212XY3Z6XY2Z27XYZ342X2YZ90XY2Z90XYZ2157XYZ36*X^4*Y^4*Z^4+2*X^2*Y^6*Z^2+X^2*Y^4*Z^4+7*X^4*Y^2*Z^2+15*X^2*Y^4*Z^2+14*X^2*Y^2*Z^4+2*X^2*Y^2*Z^3+245*X^2*Y^2*Z^2+12*X*Y^3*Z+6*X*Y^2*Z^2+7*X*Y*Z^3+42*X^2*Y*Z+90*X*Y^2*Z+90*X*Y*Z^2+157*X*Y*Z

Algorithm definition

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