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

Algorithm type

2⁢X4⁢Y8⁢Z4+2⁢X4⁢Y6⁢Z5+4⁢X4⁢Y6⁢Z4+16⁢X4⁢Y4⁢Z5+69⁢X4⁢Y4⁢Z4+10⁢X2⁢Y8⁢Z2+4⁢X6⁢Y2⁢Z3+4⁢X4⁢Y4⁢Z3+4⁢X2⁢Y6⁢Z3+3⁢X2⁢Y3⁢Z6+8⁢X6⁢Y2⁢Z2+14⁢X4⁢Y4⁢Z2+17⁢X2⁢Y6⁢Z2+2⁢X2⁢Y3⁢Z5+62⁢X2⁢Y2⁢Z6+4⁢X⁢Y⁢Z8+8⁢X4⁢Y2⁢Z3+10⁢X2⁢Y4⁢Z3+3⁢X2⁢Y3⁢Z4+36⁢X2⁢Y2⁢Z5+4⁢X⁢Y⁢Z7+29⁢X4⁢Y2⁢Z2+42⁢X2⁢Y4⁢Z2+3⁢X2⁢Y3⁢Z3+72⁢X2⁢Y2⁢Z4+8⁢X⁢Y4⁢Z3+14⁢X3⁢Y⁢Z3+5⁢X2⁢Y3⁢Z2+145⁢X2⁢Y2⁢Z3+6⁢X⁢Y4⁢Z2+12⁢X⁢Y3⁢Z3+3⁢X⁢Y⁢Z5+3⁢X3⁢Y⁢Z2+146⁢X2⁢Y2⁢Z2+55⁢X2⁢Y⁢Z3+2⁢X⁢Y4⁢Z+10⁢X⁢Y3⁢Z2+58⁢X⁢Y2⁢Z3+19⁢X⁢Y⁢Z4+15⁢X3⁢Y⁢Z+20⁢X2⁢Y2⁢Z+46⁢X2⁢Y⁢Z2+10⁢X⁢Y3⁢Z+69⁢X⁢Y2⁢Z2+66⁢X⁢Y⁢Z3+59⁢X2⁢Y⁢Z+57⁢X⁢Y2⁢Z+103⁢X⁢Y⁢Z2+69⁢X⁢Y⁢Z2X4Y8Z42X4Y6Z54X4Y6Z416X4Y4Z569X4Y4Z410X2Y8Z24X6Y2Z34X4Y4Z34X2Y6Z33X2Y3Z68X6Y2Z214X4Y4Z217X2Y6Z22X2Y3Z562X2Y2Z64XYZ88X4Y2Z310X2Y4Z33X2Y3Z436X2Y2Z54XYZ729X4Y2Z242X2Y4Z23X2Y3Z372X2Y2Z48XY4Z314X3YZ35X2Y3Z2145X2Y2Z36XY4Z212XY3Z33XYZ53X3YZ2146X2Y2Z255X2YZ32XY4Z10XY3Z258XY2Z319XYZ415X3YZ20X2Y2Z46X2YZ210XY3Z69XY2Z266XYZ359X2YZ57XY2Z103XYZ269XYZ2*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