Description of fast matrix multiplication algorithm: ⟨3×5×10:114⟩

Algorithm type

5X2Y3Z2+2X2Y2Z3+29X2Y2Z2+XY4Z+XY3Z2+XY2Z3+2X2Y2Z+12XY3Z+10XY2Z2+9XYZ3+X2YZ+15XY2Z+14XYZ2+12XYZ5X2Y3Z22X2Y2Z329X2Y2Z2XY4ZXY3Z2XY2Z32X2Y2Z12XY3Z10XY2Z29XYZ3X2YZ15XY2Z14XYZ212XYZ5*X^2*Y^3*Z^2+2*X^2*Y^2*Z^3+29*X^2*Y^2*Z^2+X*Y^4*Z+X*Y^3*Z^2+X*Y^2*Z^3+2*X^2*Y^2*Z+12*X*Y^3*Z+10*X*Y^2*Z^2+9*X*Y*Z^3+X^2*Y*Z+15*X*Y^2*Z+14*X*Y*Z^2+12*X*Y*Z

Algorithm definition

The algorithm ⟨3×5×10:114⟩ 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