Description of fast matrix multiplication algorithm: ⟨9×14×14:1101⟩

Algorithm type

2X6Y6Z4+8X5Y6Z4+4X6Y4Z4+6X4Y6Z4+16X8Y3Z2+17X5Y4Z4+8X3Y6Z4+16X8Y3Z+17X4Y4Z4+4X2Y8Z2+8X7Y3Z+44X6Y3Z2+2X5Y2Z4+16X3Y6Z2+20X3Y4Z4+4XY8Z2+40X6Y3Z+29X6Y2Z2+8X5Y3Z2+10X4Y2Z4+28X2Y6Z2+2X2Y4Z4+6X6YZ2+8X5Y3Z+27X5Y2Z2+14X4Y3Z2+16X3Y4Z2+8X3Y2Z4+4XY6Z2+4X6YZ+8X5YZ2+49X4Y2Z2+4X3Y4Z+20X3Y3Z2+24X2Y4Z2+4X2Y2Z4+8X5YZ+16X4YZ2+40X3Y3Z+79X3Y2Z2+10X2Y4Z+8XY4Z2+20X4YZ+54X3Y2Z+14X3YZ2+48X2Y3Z+39X2Y2Z2+4XY4Z+42X3YZ+80X2Y2Z+10X2YZ2+20XY3Z+6XY2Z2+56X2YZ+28XY2Z+14XYZ2X6Y6Z48X5Y6Z44X6Y4Z46X4Y6Z416X8Y3Z217X5Y4Z48X3Y6Z416X8Y3Z17X4Y4Z44X2Y8Z28X7Y3Z44X6Y3Z22X5Y2Z416X3Y6Z220X3Y4Z44XY8Z240X6Y3Z29X6Y2Z28X5Y3Z210X4Y2Z428X2Y6Z22X2Y4Z46X6YZ28X5Y3Z27X5Y2Z214X4Y3Z216X3Y4Z28X3Y2Z44XY6Z24X6YZ8X5YZ249X4Y2Z24X3Y4Z20X3Y3Z224X2Y4Z24X2Y2Z48X5YZ16X4YZ240X3Y3Z79X3Y2Z210X2Y4Z8XY4Z220X4YZ54X3Y2Z14X3YZ248X2Y3Z39X2Y2Z24XY4Z42X3YZ80X2Y2Z10X2YZ220XY3Z6XY2Z256X2YZ28XY2Z14XYZ2*X^6*Y^6*Z^4+8*X^5*Y^6*Z^4+4*X^6*Y^4*Z^4+6*X^4*Y^6*Z^4+16*X^8*Y^3*Z^2+17*X^5*Y^4*Z^4+8*X^3*Y^6*Z^4+16*X^8*Y^3*Z+17*X^4*Y^4*Z^4+4*X^2*Y^8*Z^2+8*X^7*Y^3*Z+44*X^6*Y^3*Z^2+2*X^5*Y^2*Z^4+16*X^3*Y^6*Z^2+20*X^3*Y^4*Z^4+4*X*Y^8*Z^2+40*X^6*Y^3*Z+29*X^6*Y^2*Z^2+8*X^5*Y^3*Z^2+10*X^4*Y^2*Z^4+28*X^2*Y^6*Z^2+2*X^2*Y^4*Z^4+6*X^6*Y*Z^2+8*X^5*Y^3*Z+27*X^5*Y^2*Z^2+14*X^4*Y^3*Z^2+16*X^3*Y^4*Z^2+8*X^3*Y^2*Z^4+4*X*Y^6*Z^2+4*X^6*Y*Z+8*X^5*Y*Z^2+49*X^4*Y^2*Z^2+4*X^3*Y^4*Z+20*X^3*Y^3*Z^2+24*X^2*Y^4*Z^2+4*X^2*Y^2*Z^4+8*X^5*Y*Z+16*X^4*Y*Z^2+40*X^3*Y^3*Z+79*X^3*Y^2*Z^2+10*X^2*Y^4*Z+8*X*Y^4*Z^2+20*X^4*Y*Z+54*X^3*Y^2*Z+14*X^3*Y*Z^2+48*X^2*Y^3*Z+39*X^2*Y^2*Z^2+4*X*Y^4*Z+42*X^3*Y*Z+80*X^2*Y^2*Z+10*X^2*Y*Z^2+20*X*Y^3*Z+6*X*Y^2*Z^2+56*X^2*Y*Z+28*X*Y^2*Z+14*X*Y*Z

Algorithm definition

The algorithm ⟨9×14×14:1101⟩ 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