Description of fast matrix multiplication algorithm: ⟨4×12×16:513⟩

Algorithm type

6X4Y8Z4+19X4Y4Z4+17X2Y8Z2+8XY9Z+27X2Y6Z2+10XY8Z+10XY7Z+56X2Y4Z2+12XY5Z+80X2Y2Z2+50XY4Z+86XY3Z+132XYZ6X4Y8Z419X4Y4Z417X2Y8Z28XY9Z27X2Y6Z210XY8Z10XY7Z56X2Y4Z212XY5Z80X2Y2Z250XY4Z86XY3Z132XYZ6*X^4*Y^8*Z^4+19*X^4*Y^4*Z^4+17*X^2*Y^8*Z^2+8*X*Y^9*Z+27*X^2*Y^6*Z^2+10*X*Y^8*Z+10*X*Y^7*Z+56*X^2*Y^4*Z^2+12*X*Y^5*Z+80*X^2*Y^2*Z^2+50*X*Y^4*Z+86*X*Y^3*Z+132*X*Y*Z

Algorithm definition

The algorithm ⟨4×12×16:513⟩ 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