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

Algorithm type

16⁢X6⁢Y7⁢Z6+72⁢X6⁢Y6⁢Z6+108⁢X6⁢Y4⁢Z6+8⁢X6⁢Y3⁢Z6+36⁢X6⁢Y2⁢Z6+28⁢X3⁢Y7⁢Z3+12⁢X3⁢Y6⁢Z3+30⁢X2⁢Y8⁢Z2+76⁢X3⁢Y5⁢Z3+5⁢X2⁢Y7⁢Z2+152⁢X3⁢Y4⁢Z3+13⁢X2⁢Y6⁢Z2+20⁢X3⁢Y3⁢Z3+52⁢X2⁢Y5⁢Z2+36⁢X3⁢Y2⁢Z3+55⁢X2⁢Y4⁢Z2+76⁢X3⁢Y⁢Z3+82⁢X2⁢Y4⁢Z+82⁢X⁢Y4⁢Z2+8⁢X2⁢Y3⁢Z+25⁢X2⁢Y2⁢Z2+18⁢X⁢Y4⁢Z+8⁢X⁢Y3⁢Z2+8⁢X2⁢Y2⁢Z+8⁢X⁢Y2⁢Z2+46⁢X2⁢Y⁢Z+46⁢X⁢Y⁢Z2+18⁢X⁢Y⁢Z16X6Y7Z672X6Y6Z6108X6Y4Z68X6Y3Z636X6Y2Z628X3Y7Z312X3Y6Z330X2Y8Z276X3Y5Z35X2Y7Z2152X3Y4Z313X2Y6Z220X3Y3Z352X2Y5Z236X3Y2Z355X2Y4Z276X3YZ382X2Y4Z82XY4Z28X2Y3Z25X2Y2Z218XY4Z8XY3Z28X2Y2Z8XY2Z246X2YZ46XYZ218XYZ16*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