Description of fast matrix multiplication algorithm: ⟨4×11×12:362⟩

Algorithm type

14X4Y4Z4+32X2Y6Z2+8XY8Z+22X2Y5Z2+8XY7Z+6X2Y4Z2+16XY6Z+18X2Y3Z2+16XY5Z+46X2Y2Z2+8XY4Z+56XY3Z+50XY2Z+62XYZ14X4Y4Z432X2Y6Z28XY8Z22X2Y5Z28XY7Z6X2Y4Z216XY6Z18X2Y3Z216XY5Z46X2Y2Z28XY4Z56XY3Z50XY2Z62XYZ14*X^4*Y^4*Z^4+32*X^2*Y^6*Z^2+8*X*Y^8*Z+22*X^2*Y^5*Z^2+8*X*Y^7*Z+6*X^2*Y^4*Z^2+16*X*Y^6*Z+18*X^2*Y^3*Z^2+16*X*Y^5*Z+46*X^2*Y^2*Z^2+8*X*Y^4*Z+56*X*Y^3*Z+50*X*Y^2*Z+62*X*Y*Z

Algorithm definition

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