Description of fast matrix multiplication algorithm: ⟨9×13×13:981⟩

Algorithm type

8X4Y6Z4+54X4Y4Z4+2X3Y5Z4+5X2Y8Z2+4X4Y4Z3+2X4Y3Z4+X2Y7Z2+8X6Y2Z2+12X4Y4Z2+7X4Y2Z4+3X3Y3Z4+16X2Y6Z2+2X2Y2Z6+3X2Y5Z2+16X2Y3Z4+4X2Y2Z5+26X4Y2Z2+2X3YZ4+40X2Y4Z2+107X2Y2Z4+2X2YZ5+XY5Z2+6XYZ6+2X3Y2Z2+X3YZ3+23X2Y3Z2+7X2Y2Z3+13X2YZ4+8XY4Z2+4XY2Z4+3XYZ5+7X3Y2Z+12X3YZ2+118X2Y2Z2+4X2YZ3+10XY4Z+34XY3Z2+10XYZ4+8X3YZ+67X2YZ2+46XY3Z+90XY2Z2+13XYZ3+18X2YZ+71XY2Z+43XYZ2+38XYZ8X4Y6Z454X4Y4Z42X3Y5Z45X2Y8Z24X4Y4Z32X4Y3Z4X2Y7Z28X6Y2Z212X4Y4Z27X4Y2Z43X3Y3Z416X2Y6Z22X2Y2Z63X2Y5Z216X2Y3Z44X2Y2Z526X4Y2Z22X3YZ440X2Y4Z2107X2Y2Z42X2YZ5XY5Z26XYZ62X3Y2Z2X3YZ323X2Y3Z27X2Y2Z313X2YZ48XY4Z24XY2Z43XYZ57X3Y2Z12X3YZ2118X2Y2Z24X2YZ310XY4Z34XY3Z210XYZ48X3YZ67X2YZ246XY3Z90XY2Z213XYZ318X2YZ71XY2Z43XYZ238XYZ8*X^4*Y^6*Z^4+54*X^4*Y^4*Z^4+2*X^3*Y^5*Z^4+5*X^2*Y^8*Z^2+4*X^4*Y^4*Z^3+2*X^4*Y^3*Z^4+X^2*Y^7*Z^2+8*X^6*Y^2*Z^2+12*X^4*Y^4*Z^2+7*X^4*Y^2*Z^4+3*X^3*Y^3*Z^4+16*X^2*Y^6*Z^2+2*X^2*Y^2*Z^6+3*X^2*Y^5*Z^2+16*X^2*Y^3*Z^4+4*X^2*Y^2*Z^5+26*X^4*Y^2*Z^2+2*X^3*Y*Z^4+40*X^2*Y^4*Z^2+107*X^2*Y^2*Z^4+2*X^2*Y*Z^5+X*Y^5*Z^2+6*X*Y*Z^6+2*X^3*Y^2*Z^2+X^3*Y*Z^3+23*X^2*Y^3*Z^2+7*X^2*Y^2*Z^3+13*X^2*Y*Z^4+8*X*Y^4*Z^2+4*X*Y^2*Z^4+3*X*Y*Z^5+7*X^3*Y^2*Z+12*X^3*Y*Z^2+118*X^2*Y^2*Z^2+4*X^2*Y*Z^3+10*X*Y^4*Z+34*X*Y^3*Z^2+10*X*Y*Z^4+8*X^3*Y*Z+67*X^2*Y*Z^2+46*X*Y^3*Z+90*X*Y^2*Z^2+13*X*Y*Z^3+18*X^2*Y*Z+71*X*Y^2*Z+43*X*Y*Z^2+38*X*Y*Z

Algorithm definition

The algorithm ⟨9×13×13:981⟩ 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