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

Algorithm type

3⁢X4⁢Y4⁢Z4+7⁢X2⁢Y4⁢Z2+X2⁢Y2⁢Z4+2⁢X2⁢Y3⁢Z2+X2⁢Y2⁢Z3+X⁢Y5⁢Z+65⁢X2⁢Y2⁢Z2+X⁢Y4⁢Z+2⁢X⁢Y3⁢Z2+X⁢Y2⁢Z3+2⁢X⁢Y⁢Z4+X3⁢Y⁢Z+5⁢X⁢Y3⁢Z+8⁢X⁢Y2⁢Z2+X⁢Y⁢Z3+7⁢X2⁢Y⁢Z+54⁢X⁢Y2⁢Z+20⁢X⁢Y⁢Z2+45⁢X⁢Y⁢Z3X4Y4Z47X2Y4Z2X2Y2Z42X2Y3Z2X2Y2Z3XY5Z65X2Y2Z2XY4Z2XY3Z2XY2Z32XYZ4X3YZ5XY3Z8XY2Z2XYZ37X2YZ54XY2Z20XYZ245XYZ3*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