Description of fast matrix multiplication algorithm: ⟨11×13×16:1446⟩

Algorithm type

16⁢X4⁢Y6⁢Z4+X2⁢Y4⁢Z8+X2⁢Y3⁢Z8+58⁢X4⁢Y4⁢Z4+8⁢X3⁢Y6⁢Z3+8⁢X3⁢Y5⁢Z4+5⁢X2⁢Y8⁢Z2+18⁢X2⁢Y2⁢Z8+2⁢X3⁢Y5⁢Z3+5⁢X2⁢Y7⁢Z2+25⁢X4⁢Y2⁢Z4+14⁢X3⁢Y4⁢Z3+14⁢X3⁢Y3⁢Z4+40⁢X2⁢Y6⁢Z2+2⁢X2⁢Y5⁢Z3+12⁢X2⁢Y3⁢Z5+48⁢X2⁢Y2⁢Z6+X⁢Y8⁢Z+X3⁢Y3⁢Z3+15⁢X2⁢Y5⁢Z2+18⁢X2⁢Y2⁢Z5+6⁢X2⁢Y⁢Z6+X⁢Y7⁢Z+4⁢X⁢Y6⁢Z2+4⁢X⁢Y4⁢Z4+5⁢X3⁢Y2⁢Z3+5⁢X3⁢Y⁢Z4+58⁢X2⁢Y4⁢Z2+3⁢X2⁢Y3⁢Z3+6⁢X2⁢Y⁢Z5+4⁢X⁢Y6⁢Z+7⁢X⁢Y5⁢Z2+2⁢X⁢Y4⁢Z3+10⁢X⁢Y3⁢Z4+32⁢X2⁢Y3⁢Z2+2⁢X⁢Y5⁢Z+7⁢X⁢Y4⁢Z2+18⁢X⁢Y3⁢Z3+6⁢X⁢Y2⁢Z4+253⁢X2⁢Y2⁢Z2+37⁢X2⁢Y⁢Z3+20⁢X⁢Y4⁢Z+13⁢X⁢Y3⁢Z2+60⁢X⁢Y2⁢Z3+44⁢X⁢Y⁢Z4+5⁢X2⁢Y2⁢Z+24⁢X2⁢Y⁢Z2+70⁢X⁢Y3⁢Z+14⁢X⁢Y⁢Z3+108⁢X2⁢Y⁢Z+166⁢X⁢Y2⁢Z+11⁢X⁢Y⁢Z2+129⁢X⁢Y⁢Z16X4Y6Z4X2Y4Z8X2Y3Z858X4Y4Z48X3Y6Z38X3Y5Z45X2Y8Z218X2Y2Z82X3Y5Z35X2Y7Z225X4Y2Z414X3Y4Z314X3Y3Z440X2Y6Z22X2Y5Z312X2Y3Z548X2Y2Z6XY8ZX3Y3Z315X2Y5Z218X2Y2Z56X2YZ6XY7Z4XY6Z24XY4Z45X3Y2Z35X3YZ458X2Y4Z23X2Y3Z36X2YZ54XY6Z7XY5Z22XY4Z310XY3Z432X2Y3Z22XY5Z7XY4Z218XY3Z36XY2Z4253X2Y2Z237X2YZ320XY4Z13XY3Z260XY2Z344XYZ45X2Y2Z24X2YZ270XY3Z14XYZ3108X2YZ166XY2Z11XYZ2129XYZ16*X^4*Y^6*Z^4+X^2*Y^4*Z^8+X^2*Y^3*Z^8+58*X^4*Y^4*Z^4+8*X^3*Y^6*Z^3+8*X^3*Y^5*Z^4+5*X^2*Y^8*Z^2+18*X^2*Y^2*Z^8+2*X^3*Y^5*Z^3+5*X^2*Y^7*Z^2+25*X^4*Y^2*Z^4+14*X^3*Y^4*Z^3+14*X^3*Y^3*Z^4+40*X^2*Y^6*Z^2+2*X^2*Y^5*Z^3+12*X^2*Y^3*Z^5+48*X^2*Y^2*Z^6+X*Y^8*Z+X^3*Y^3*Z^3+15*X^2*Y^5*Z^2+18*X^2*Y^2*Z^5+6*X^2*Y*Z^6+X*Y^7*Z+4*X*Y^6*Z^2+4*X*Y^4*Z^4+5*X^3*Y^2*Z^3+5*X^3*Y*Z^4+58*X^2*Y^4*Z^2+3*X^2*Y^3*Z^3+6*X^2*Y*Z^5+4*X*Y^6*Z+7*X*Y^5*Z^2+2*X*Y^4*Z^3+10*X*Y^3*Z^4+32*X^2*Y^3*Z^2+2*X*Y^5*Z+7*X*Y^4*Z^2+18*X*Y^3*Z^3+6*X*Y^2*Z^4+253*X^2*Y^2*Z^2+37*X^2*Y*Z^3+20*X*Y^4*Z+13*X*Y^3*Z^2+60*X*Y^2*Z^3+44*X*Y*Z^4+5*X^2*Y^2*Z+24*X^2*Y*Z^2+70*X*Y^3*Z+14*X*Y*Z^3+108*X^2*Y*Z+166*X*Y^2*Z+11*X*Y*Z^2+129*X*Y*Z

Algorithm definition

The algorithm ⟨11×13×16:1446⟩ 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