Description of fast matrix multiplication algorithm: ⟨4×6×13:227⟩

Algorithm type

3X4Y4Z4+7X2Y4Z2+X2Y2Z4+2X2Y3Z2+X2Y2Z3+XY5Z+65X2Y2Z2+XY4Z+2XY3Z2+XY2Z3+2XYZ4+X3YZ+5XY3Z+8XY2Z2+XYZ3+7X2YZ+54XY2Z+20XYZ2+45XYZ3X4Y4Z47X2Y4Z2X2Y2Z42X2Y3Z2X2Y2Z3XY5Z65X2Y2Z2XY4Z2XY3Z2XY2Z32XYZ4X3YZ5XY3Z8XY2Z2XYZ37X2YZ54XY2Z20XYZ245XYZ3*X^4*Y^4*Z^4+7*X^2*Y^4*Z^2+X^2*Y^2*Z^4+2*X^2*Y^3*Z^2+X^2*Y^2*Z^3+X*Y^5*Z+65*X^2*Y^2*Z^2+X*Y^4*Z+2*X*Y^3*Z^2+X*Y^2*Z^3+2*X*Y*Z^4+X^3*Y*Z+5*X*Y^3*Z+8*X*Y^2*Z^2+X*Y*Z^3+7*X^2*Y*Z+54*X*Y^2*Z+20*X*Y*Z^2+45*X*Y*Z

Algorithm definition

The algorithm ⟨4×6×13:227⟩ 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