Description of fast matrix multiplication algorithm: ⟨12×12×13:1144⟩

Algorithm type

16X6Y7Z6+72X6Y6Z6+108X6Y4Z6+8X6Y3Z6+36X6Y2Z6+28X3Y7Z3+12X3Y6Z3+30X2Y8Z2+76X3Y5Z3+5X2Y7Z2+152X3Y4Z3+13X2Y6Z2+20X3Y3Z3+52X2Y5Z2+36X3Y2Z3+55X2Y4Z2+76X3YZ3+82X2Y4Z+82XY4Z2+8X2Y3Z+25X2Y2Z2+18XY4Z+8XY3Z2+8X2Y2Z+8XY2Z2+46X2YZ+46XYZ2+18XYZ16X6Y7Z672X6Y6Z6108X6Y4Z68X6Y3Z636X6Y2Z628X3Y7Z312X3Y6Z330X2Y8Z276X3Y5Z35X2Y7Z2152X3Y4Z313X2Y6Z220X3Y3Z352X2Y5Z236X3Y2Z355X2Y4Z276X3YZ382X2Y4Z82XY4Z28X2Y3Z25X2Y2Z218XY4Z8XY3Z28X2Y2Z8XY2Z246X2YZ46XYZ218XYZ16*X^6*Y^7*Z^6+72*X^6*Y^6*Z^6+108*X^6*Y^4*Z^6+8*X^6*Y^3*Z^6+36*X^6*Y^2*Z^6+28*X^3*Y^7*Z^3+12*X^3*Y^6*Z^3+30*X^2*Y^8*Z^2+76*X^3*Y^5*Z^3+5*X^2*Y^7*Z^2+152*X^3*Y^4*Z^3+13*X^2*Y^6*Z^2+20*X^3*Y^3*Z^3+52*X^2*Y^5*Z^2+36*X^3*Y^2*Z^3+55*X^2*Y^4*Z^2+76*X^3*Y*Z^3+82*X^2*Y^4*Z+82*X*Y^4*Z^2+8*X^2*Y^3*Z+25*X^2*Y^2*Z^2+18*X*Y^4*Z+8*X*Y^3*Z^2+8*X^2*Y^2*Z+8*X*Y^2*Z^2+46*X^2*Y*Z+46*X*Y*Z^2+18*X*Y*Z

Algorithm definition

The algorithm ⟨12×12×13:1144⟩ 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