Description of fast matrix multiplication algorithm: ⟨4×5×12:174⟩

Algorithm type

X2Y3Z2+65X2Y2Z2+XY3Z2+6XY3Z+7XY2Z2+2XYZ3+3X2YZ+34XY2Z+32XYZ2+23XYZX2Y3Z265X2Y2Z2XY3Z26XY3Z7XY2Z22XYZ33X2YZ34XY2Z32XYZ223XYZX^2*Y^3*Z^2+65*X^2*Y^2*Z^2+X*Y^3*Z^2+6*X*Y^3*Z+7*X*Y^2*Z^2+2*X*Y*Z^3+3*X^2*Y*Z+34*X*Y^2*Z+32*X*Y*Z^2+23*X*Y*Z

Algorithm definition

The algorithm ⟨4×5×12:174⟩ 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