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

Algorithm type

16X4Y9Z6+16X2Y12Z3+4X2Y9Z6+32X4Y6Z6+16X2Y7Z6+4XY11Z3+32X2Y9Z3+2X2Y7Z5+50X2Y6Z6+4XY10Z3+24XY9Z3+4X4Y4Z4+32X3Y6Z2+40XY7Z3+6X3Y6Z+4X2Y6Z2+40X3Y5Z+3X4Y2Z2+2X3Y4Z+2X2Y4Z2+128X2Y3Z3+3X2Y2Z4+2XY6Z+192XY3Z3+3X2Y3Z+11X2Y2Z2+3XY3Z2+11XY3Z16X4Y9Z616X2Y12Z34X2Y9Z632X4Y6Z616X2Y7Z64XY11Z332X2Y9Z32X2Y7Z550X2Y6Z64XY10Z324XY9Z34X4Y4Z432X3Y6Z240XY7Z36X3Y6Z4X2Y6Z240X3Y5Z3X4Y2Z22X3Y4Z2X2Y4Z2128X2Y3Z33X2Y2Z42XY6Z192XY3Z33X2Y3Z11X2Y2Z23XY3Z211XY3Z16*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