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

Algorithm type

54X2Y2Z2+XY2Z3+3XY3Z+5XY2Z2+XYZ3+8X2YZ+27XY2Z+23XYZ2+24XYZ54X2Y2Z2XY2Z33XY3Z5XY2Z2XYZ38X2YZ27XY2Z23XYZ224XYZ54*X^2*Y^2*Z^2+X*Y^2*Z^3+3*X*Y^3*Z+5*X*Y^2*Z^2+X*Y*Z^3+8*X^2*Y*Z+27*X*Y^2*Z+23*X*Y*Z^2+24*X*Y*Z

Algorithm definition

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