Description of fast matrix multiplication algorithm: ⟨11×14×15:1432⟩

Algorithm type

2X4Y8Z4+2X4Y6Z5+4X4Y6Z4+16X4Y4Z5+69X4Y4Z4+10X2Y8Z2+4X6Y2Z3+4X4Y4Z3+4X2Y6Z3+3X2Y3Z6+8X6Y2Z2+14X4Y4Z2+17X2Y6Z2+2X2Y3Z5+62X2Y2Z6+4XYZ8+8X4Y2Z3+10X2Y4Z3+3X2Y3Z4+36X2Y2Z5+4XYZ7+29X4Y2Z2+42X2Y4Z2+3X2Y3Z3+72X2Y2Z4+8XY4Z3+14X3YZ3+5X2Y3Z2+145X2Y2Z3+6XY4Z2+12XY3Z3+3XYZ5+3X3YZ2+146X2Y2Z2+55X2YZ3+2XY4Z+10XY3Z2+58XY2Z3+19XYZ4+15X3YZ+20X2Y2Z+46X2YZ2+10XY3Z+69XY2Z2+66XYZ3+59X2YZ+57XY2Z+103XYZ2+69XYZ2X4Y8Z42X4Y6Z54X4Y6Z416X4Y4Z569X4Y4Z410X2Y8Z24X6Y2Z34X4Y4Z34X2Y6Z33X2Y3Z68X6Y2Z214X4Y4Z217X2Y6Z22X2Y3Z562X2Y2Z64XYZ88X4Y2Z310X2Y4Z33X2Y3Z436X2Y2Z54XYZ729X4Y2Z242X2Y4Z23X2Y3Z372X2Y2Z48XY4Z314X3YZ35X2Y3Z2145X2Y2Z36XY4Z212XY3Z33XYZ53X3YZ2146X2Y2Z255X2YZ32XY4Z10XY3Z258XY2Z319XYZ415X3YZ20X2Y2Z46X2YZ210XY3Z69XY2Z266XYZ359X2YZ57XY2Z103XYZ269XYZ2*X^4*Y^8*Z^4+2*X^4*Y^6*Z^5+4*X^4*Y^6*Z^4+16*X^4*Y^4*Z^5+69*X^4*Y^4*Z^4+10*X^2*Y^8*Z^2+4*X^6*Y^2*Z^3+4*X^4*Y^4*Z^3+4*X^2*Y^6*Z^3+3*X^2*Y^3*Z^6+8*X^6*Y^2*Z^2+14*X^4*Y^4*Z^2+17*X^2*Y^6*Z^2+2*X^2*Y^3*Z^5+62*X^2*Y^2*Z^6+4*X*Y*Z^8+8*X^4*Y^2*Z^3+10*X^2*Y^4*Z^3+3*X^2*Y^3*Z^4+36*X^2*Y^2*Z^5+4*X*Y*Z^7+29*X^4*Y^2*Z^2+42*X^2*Y^4*Z^2+3*X^2*Y^3*Z^3+72*X^2*Y^2*Z^4+8*X*Y^4*Z^3+14*X^3*Y*Z^3+5*X^2*Y^3*Z^2+145*X^2*Y^2*Z^3+6*X*Y^4*Z^2+12*X*Y^3*Z^3+3*X*Y*Z^5+3*X^3*Y*Z^2+146*X^2*Y^2*Z^2+55*X^2*Y*Z^3+2*X*Y^4*Z+10*X*Y^3*Z^2+58*X*Y^2*Z^3+19*X*Y*Z^4+15*X^3*Y*Z+20*X^2*Y^2*Z+46*X^2*Y*Z^2+10*X*Y^3*Z+69*X*Y^2*Z^2+66*X*Y*Z^3+59*X^2*Y*Z+57*X*Y^2*Z+103*X*Y*Z^2+69*X*Y*Z

Algorithm definition

The algorithm ⟨11×14×15:1432⟩ 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