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

Algorithm type

16X4Y6Z4+X2Y4Z8+X2Y3Z8+58X4Y4Z4+8X3Y6Z3+8X3Y5Z4+5X2Y8Z2+18X2Y2Z8+2X3Y5Z3+5X2Y7Z2+25X4Y2Z4+14X3Y4Z3+14X3Y3Z4+40X2Y6Z2+2X2Y5Z3+12X2Y3Z5+48X2Y2Z6+XY8Z+X3Y3Z3+15X2Y5Z2+18X2Y2Z5+6X2YZ6+XY7Z+4XY6Z2+4XY4Z4+5X3Y2Z3+5X3YZ4+58X2Y4Z2+3X2Y3Z3+6X2YZ5+4XY6Z+7XY5Z2+2XY4Z3+10XY3Z4+32X2Y3Z2+2XY5Z+7XY4Z2+18XY3Z3+6XY2Z4+253X2Y2Z2+37X2YZ3+20XY4Z+13XY3Z2+60XY2Z3+44XYZ4+5X2Y2Z+24X2YZ2+70XY3Z+14XYZ3+108X2YZ+166XY2Z+11XYZ2+129XYZ16X4Y6Z4X2Y4Z8X2Y3Z858X4Y4Z48X3Y6Z38X3Y5Z45X2Y8Z218X2Y2Z82X3Y5Z35X2Y7Z225X4Y2Z414X3Y4Z314X3Y3Z440X2Y6Z22X2Y5Z312X2Y3Z548X2Y2Z6XY8ZX3Y3Z315X2Y5Z218X2Y2Z56X2YZ6XY7Z4XY6Z24XY4Z45X3Y2Z35X3YZ458X2Y4Z23X2Y3Z36X2YZ54XY6Z7XY5Z22XY4Z310XY3Z432X2Y3Z22XY5Z7XY4Z218XY3Z36XY2Z4253X2Y2Z237X2YZ320XY4Z13XY3Z260XY2Z344XYZ45X2Y2Z24X2YZ270XY3Z14XYZ3108X2YZ166XY2Z11XYZ2129XYZ16*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