Description of fast matrix multiplication algorithm: ⟨6×12×15:686⟩

Algorithm type

16⁢X4⁢Y9⁢Z6+16⁢X2⁢Y12⁢Z3+4⁢X2⁢Y9⁢Z6+32⁢X4⁢Y6⁢Z6+16⁢X2⁢Y7⁢Z6+4⁢X⁢Y11⁢Z3+32⁢X2⁢Y9⁢Z3+2⁢X2⁢Y7⁢Z5+50⁢X2⁢Y6⁢Z6+4⁢X⁢Y10⁢Z3+24⁢X⁢Y9⁢Z3+4⁢X4⁢Y4⁢Z4+32⁢X3⁢Y6⁢Z2+40⁢X⁢Y7⁢Z3+6⁢X3⁢Y6⁢Z+4⁢X2⁢Y6⁢Z2+40⁢X3⁢Y5⁢Z+3⁢X4⁢Y2⁢Z2+2⁢X3⁢Y4⁢Z+2⁢X2⁢Y4⁢Z2+128⁢X2⁢Y3⁢Z3+3⁢X2⁢Y2⁢Z4+2⁢X⁢Y6⁢Z+192⁢X⁢Y3⁢Z3+3⁢X2⁢Y3⁢Z+11⁢X2⁢Y2⁢Z2+3⁢X⁢Y3⁢Z2+11⁢X⁢Y3⁢Z16X4Y9Z616X2Y12Z34X2Y9Z632X4Y6Z616X2Y7Z64XY11Z332X2Y9Z32X2Y7Z550X2Y6Z64XY10Z324XY9Z34X4Y4Z432X3Y6Z240XY7Z36X3Y6Z4X2Y6Z240X3Y5Z3X4Y2Z22X3Y4Z2X2Y4Z2128X2Y3Z33X2Y2Z42XY6Z192XY3Z33X2Y3Z11X2Y2Z23XY3Z211XY3Z16*X^4*Y^9*Z^6+16*X^2*Y^12*Z^3+4*X^2*Y^9*Z^6+32*X^4*Y^6*Z^6+16*X^2*Y^7*Z^6+4*X*Y^11*Z^3+32*X^2*Y^9*Z^3+2*X^2*Y^7*Z^5+50*X^2*Y^6*Z^6+4*X*Y^10*Z^3+24*X*Y^9*Z^3+4*X^4*Y^4*Z^4+32*X^3*Y^6*Z^2+40*X*Y^7*Z^3+6*X^3*Y^6*Z+4*X^2*Y^6*Z^2+40*X^3*Y^5*Z+3*X^4*Y^2*Z^2+2*X^3*Y^4*Z+2*X^2*Y^4*Z^2+128*X^2*Y^3*Z^3+3*X^2*Y^2*Z^4+2*X*Y^6*Z+192*X*Y^3*Z^3+3*X^2*Y^3*Z+11*X^2*Y^2*Z^2+3*X*Y^3*Z^2+11*X*Y^3*Z

Algorithm definition

The algorithm ⟨6×12×15:686⟩ 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