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

Algorithm type

32⁢X4⁢Y6⁢Z6+32⁢X4⁢Y6⁢Z5+32⁢X4⁢Y5⁢Z6+48⁢X2⁢Y6⁢Z6+48⁢X2⁢Y6⁢Z5+48⁢X2⁢Y5⁢Z6+6⁢X8⁢Y2⁢Z2+64⁢X6⁢Y3⁢Z3+96⁢X3⁢Y3⁢Z3+96⁢X2⁢Y3⁢Z3+144⁢X⁢Y3⁢Z3+36⁢X4⁢Y⁢Z+48⁢X2⁢Y2⁢Z2+48⁢X⁢Y2⁢Z+48⁢X⁢Y⁢Z2+96⁢X⁢Y⁢Z32X4Y6Z632X4Y6Z532X4Y5Z648X2Y6Z648X2Y6Z548X2Y5Z66X8Y2Z264X6Y3Z396X3Y3Z396X2Y3Z3144XY3Z336X4YZ48X2Y2Z248XY2Z48XYZ296XYZ32*X^4*Y^6*Z^6+32*X^4*Y^6*Z^5+32*X^4*Y^5*Z^6+48*X^2*Y^6*Z^6+48*X^2*Y^6*Z^5+48*X^2*Y^5*Z^6+6*X^8*Y^2*Z^2+64*X^6*Y^3*Z^3+96*X^3*Y^3*Z^3+96*X^2*Y^3*Z^3+144*X*Y^3*Z^3+36*X^4*Y*Z+48*X^2*Y^2*Z^2+48*X*Y^2*Z+48*X*Y*Z^2+96*X*Y*Z

Algorithm definition

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