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

Algorithm type

32X4Y6Z6+32X4Y6Z5+32X4Y5Z6+48X2Y6Z6+48X2Y6Z5+48X2Y5Z6+6X8Y2Z2+64X6Y3Z3+96X3Y3Z3+96X2Y3Z3+144XY3Z3+36X4YZ+48X2Y2Z2+48XY2Z+48XYZ2+96XYZ32X4Y6Z632X4Y6Z532X4Y5Z648X2Y6Z648X2Y6Z548X2Y5Z66X8Y2Z264X6Y3Z396X3Y3Z396X2Y3Z3144XY3Z336X4YZ48X2Y2Z248XY2Z48XYZ296XYZ32*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