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

Algorithm type

72⁢X4⁢Y4⁢Z8+33⁢X4⁢Y4⁢Z4+72⁢X2⁢Y2⁢Z8+3⁢X3⁢Y4⁢Z4+54⁢X4⁢Y2⁢Z4+6⁢X3⁢Y4⁢Z3+39⁢X3⁢Y3⁢Z4+43⁢X2⁢Y4⁢Z4+12⁢X2⁢Y2⁢Z6+18⁢X5⁢Y2⁢Z2+6⁢X3⁢Y3⁢Z3+6⁢X2⁢Y5⁢Z2+3⁢X2⁢Y2⁢Z5+3⁢X⁢Y2⁢Z6+3⁢X5⁢Y⁢Z2+63⁢X4⁢Y2⁢Z2+3⁢X3⁢Y2⁢Z3+3⁢X3⁢Y⁢Z4+71⁢X2⁢Y4⁢Z2+60⁢X2⁢Y2⁢Z4+9⁢X⁢Y5⁢Z2+3⁢X⁢Y3⁢Z4+9⁢X5⁢Y⁢Z+3⁢X4⁢Y⁢Z2+30⁢X3⁢Y2⁢Z2+25⁢X2⁢Y3⁢Z2+6⁢X2⁢Y2⁢Z3+51⁢X2⁢Y⁢Z4+8⁢X⁢Y5⁢Z+2⁢X⁢Y4⁢Z2+40⁢X⁢Y2⁢Z4+11⁢X3⁢Y2⁢Z+12⁢X3⁢Y⁢Z2+6⁢X2⁢Y3⁢Z+160⁢X2⁢Y2⁢Z2+21⁢X2⁢Y⁢Z3+5⁢X⁢Y3⁢Z2+29⁢X⁢Y2⁢Z3+9⁢X⁢Y⁢Z4+5⁢X3⁢Y⁢Z+46⁢X2⁢Y2⁢Z+113⁢X2⁢Y⁢Z2+10⁢X⁢Y3⁢Z+113⁢X⁢Y2⁢Z2+3⁢X⁢Y⁢Z3+199⁢X2⁢Y⁢Z+190⁢X⁢Y2⁢Z+9⁢X⁢Y⁢Z2+4⁢X⁢Y⁢Z72X4Y4Z833X4Y4Z472X2Y2Z83X3Y4Z454X4Y2Z46X3Y4Z339X3Y3Z443X2Y4Z412X2Y2Z618X5Y2Z26X3Y3Z36X2Y5Z23X2Y2Z53XY2Z63X5YZ263X4Y2Z23X3Y2Z33X3YZ471X2Y4Z260X2Y2Z49XY5Z23XY3Z49X5YZ3X4YZ230X3Y2Z225X2Y3Z26X2Y2Z351X2YZ48XY5Z2XY4Z240XY2Z411X3Y2Z12X3YZ26X2Y3Z160X2Y2Z221X2YZ35XY3Z229XY2Z39XYZ45X3YZ46X2Y2Z113X2YZ210XY3Z113XY2Z23XYZ3199X2YZ190XY2Z9XYZ24XYZ72*X^4*Y^4*Z^8+33*X^4*Y^4*Z^4+72*X^2*Y^2*Z^8+3*X^3*Y^4*Z^4+54*X^4*Y^2*Z^4+6*X^3*Y^4*Z^3+39*X^3*Y^3*Z^4+43*X^2*Y^4*Z^4+12*X^2*Y^2*Z^6+18*X^5*Y^2*Z^2+6*X^3*Y^3*Z^3+6*X^2*Y^5*Z^2+3*X^2*Y^2*Z^5+3*X*Y^2*Z^6+3*X^5*Y*Z^2+63*X^4*Y^2*Z^2+3*X^3*Y^2*Z^3+3*X^3*Y*Z^4+71*X^2*Y^4*Z^2+60*X^2*Y^2*Z^4+9*X*Y^5*Z^2+3*X*Y^3*Z^4+9*X^5*Y*Z+3*X^4*Y*Z^2+30*X^3*Y^2*Z^2+25*X^2*Y^3*Z^2+6*X^2*Y^2*Z^3+51*X^2*Y*Z^4+8*X*Y^5*Z+2*X*Y^4*Z^2+40*X*Y^2*Z^4+11*X^3*Y^2*Z+12*X^3*Y*Z^2+6*X^2*Y^3*Z+160*X^2*Y^2*Z^2+21*X^2*Y*Z^3+5*X*Y^3*Z^2+29*X*Y^2*Z^3+9*X*Y*Z^4+5*X^3*Y*Z+46*X^2*Y^2*Z+113*X^2*Y*Z^2+10*X*Y^3*Z+113*X*Y^2*Z^2+3*X*Y*Z^3+199*X^2*Y*Z+190*X*Y^2*Z+9*X*Y*Z^2+4*X*Y*Z

Algorithm definition

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