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

Algorithm type

54⁢X2⁢Y2⁢Z2+X⁢Y2⁢Z3+3⁢X⁢Y3⁢Z+5⁢X⁢Y2⁢Z2+X⁢Y⁢Z3+8⁢X2⁢Y⁢Z+27⁢X⁢Y2⁢Z+23⁢X⁢Y⁢Z2+24⁢X⁢Y⁢Z54X2Y2Z2XY2Z33XY3Z5XY2Z2XYZ38X2YZ27XY2Z23XYZ224XYZ54*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