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

Algorithm type

X4Y4Z4+X2Y3Z2+14X2Y2Z2+X2Y2Z+2X2YZ2+2XY3Z+XYZ3+3X2YZ+8XY2Z+2XYZ2+27XYZX4Y4Z4X2Y3Z214X2Y2Z2X2Y2Z2X2YZ22XY3ZXYZ33X2YZ8XY2Z2XYZ227XYZX^4*Y^4*Z^4+X^2*Y^3*Z^2+14*X^2*Y^2*Z^2+X^2*Y^2*Z+2*X^2*Y*Z^2+2*X*Y^3*Z+X*Y*Z^3+3*X^2*Y*Z+8*X*Y^2*Z+2*X*Y*Z^2+27*X*Y*Z

Algorithm definition

The algorithm ⟨4×4×5:62⟩ is taken from:

Manuel Kauers and Jakob Moosbauer. Flip graphs for matrix multiplication. Technical report, arXiv, December 2022. [ arXiv ]

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