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

Algorithm type

72X4Y4Z8+33X4Y4Z4+72X2Y2Z8+3X3Y4Z4+54X4Y2Z4+6X3Y4Z3+39X3Y3Z4+43X2Y4Z4+12X2Y2Z6+18X5Y2Z2+6X3Y3Z3+6X2Y5Z2+3X2Y2Z5+3XY2Z6+3X5YZ2+63X4Y2Z2+3X3Y2Z3+3X3YZ4+71X2Y4Z2+60X2Y2Z4+9XY5Z2+3XY3Z4+9X5YZ+3X4YZ2+30X3Y2Z2+25X2Y3Z2+6X2Y2Z3+51X2YZ4+8XY5Z+2XY4Z2+40XY2Z4+11X3Y2Z+12X3YZ2+6X2Y3Z+160X2Y2Z2+21X2YZ3+5XY3Z2+29XY2Z3+9XYZ4+5X3YZ+46X2Y2Z+113X2YZ2+10XY3Z+113XY2Z2+3XYZ3+199X2YZ+190XY2Z+9XYZ2+4XYZ72X4Y4Z833X4Y4Z472X2Y2Z83X3Y4Z454X4Y2Z46X3Y4Z339X3Y3Z443X2Y4Z412X2Y2Z618X5Y2Z26X3Y3Z36X2Y5Z23X2Y2Z53XY2Z63X5YZ263X4Y2Z23X3Y2Z33X3YZ471X2Y4Z260X2Y2Z49XY5Z23XY3Z49X5YZ3X4YZ230X3Y2Z225X2Y3Z26X2Y2Z351X2YZ48XY5Z2XY4Z240XY2Z411X3Y2Z12X3YZ26X2Y3Z160X2Y2Z221X2YZ35XY3Z229XY2Z39XYZ45X3YZ46X2Y2Z113X2YZ210XY3Z113XY2Z23XYZ3199X2YZ190XY2Z9XYZ24XYZ72*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