Description of fast matrix multiplication algorithm: ⟨13×13×13:1421⟩

Algorithm type

8X5Y4Z4+8X4Y4Z5+3X6Y4Z2+5X6Y2Z4+4X5Y4Z3+46X4Y4Z4+2X3Y4Z5+4X7Y2Z2+X5Y4Z2+X5Y2Z4+8X4Y4Z3+7X4Y3Z4+14X3Y4Z4+6X2Y6Z3+3X2Y2Z7+7X6Y2Z2+6X4Y4Z2+4X4Y3Z3+45X3Y4Z3+2X3Y3Z4+27X2Y6Z2+6X2Y4Z4+14X2Y2Z6+21X5Y2Z2+4X4Y3Z2+7X3Y4Z2+6X3Y3Z3+4X2Y6Z+4X2Y3Z4+16X2Y2Z5+XY2Z6+2X5Y2Z+16X4Y2Z2+14X3Y4Z+80X3Y2Z3+83X2Y4Z2+22X2Y2Z4+2XY4Z3+2XY3Z4+2XY2Z5+2X4Y2Z+2X4YZ2+30X3Y2Z2+48X3YZ3+2X2Y4Z+15X2Y3Z2+18X2Y2Z3+4XY4Z2+12XY3Z3+4XY2Z4+X4YZ+48X3Y2Z+26X3YZ2+16X2Y3Z+176X2Y2Z2+30XY3Z2+33XY2Z3+2XYZ4+24X3YZ+59X2Y2Z+2X2YZ2+10XY3Z+49XY2Z2+52XYZ3+54X2YZ+41XY2Z+80XYZ2+64XYZ8X5Y4Z48X4Y4Z53X6Y4Z25X6Y2Z44X5Y4Z346X4Y4Z42X3Y4Z54X7Y2Z2X5Y4Z2X5Y2Z48X4Y4Z37X4Y3Z414X3Y4Z46X2Y6Z33X2Y2Z77X6Y2Z26X4Y4Z24X4Y3Z345X3Y4Z32X3Y3Z427X2Y6Z26X2Y4Z414X2Y2Z621X5Y2Z24X4Y3Z27X3Y4Z26X3Y3Z34X2Y6Z4X2Y3Z416X2Y2Z5XY2Z62X5Y2Z16X4Y2Z214X3Y4Z80X3Y2Z383X2Y4Z222X2Y2Z42XY4Z32XY3Z42XY2Z52X4Y2Z2X4YZ230X3Y2Z248X3YZ32X2Y4Z15X2Y3Z218X2Y2Z34XY4Z212XY3Z34XY2Z4X4YZ48X3Y2Z26X3YZ216X2Y3Z176X2Y2Z230XY3Z233XY2Z32XYZ424X3YZ59X2Y2Z2X2YZ210XY3Z49XY2Z252XYZ354X2YZ41XY2Z80XYZ264XYZ8*X^5*Y^4*Z^4+8*X^4*Y^4*Z^5+3*X^6*Y^4*Z^2+5*X^6*Y^2*Z^4+4*X^5*Y^4*Z^3+46*X^4*Y^4*Z^4+2*X^3*Y^4*Z^5+4*X^7*Y^2*Z^2+X^5*Y^4*Z^2+X^5*Y^2*Z^4+8*X^4*Y^4*Z^3+7*X^4*Y^3*Z^4+14*X^3*Y^4*Z^4+6*X^2*Y^6*Z^3+3*X^2*Y^2*Z^7+7*X^6*Y^2*Z^2+6*X^4*Y^4*Z^2+4*X^4*Y^3*Z^3+45*X^3*Y^4*Z^3+2*X^3*Y^3*Z^4+27*X^2*Y^6*Z^2+6*X^2*Y^4*Z^4+14*X^2*Y^2*Z^6+21*X^5*Y^2*Z^2+4*X^4*Y^3*Z^2+7*X^3*Y^4*Z^2+6*X^3*Y^3*Z^3+4*X^2*Y^6*Z+4*X^2*Y^3*Z^4+16*X^2*Y^2*Z^5+X*Y^2*Z^6+2*X^5*Y^2*Z+16*X^4*Y^2*Z^2+14*X^3*Y^4*Z+80*X^3*Y^2*Z^3+83*X^2*Y^4*Z^2+22*X^2*Y^2*Z^4+2*X*Y^4*Z^3+2*X*Y^3*Z^4+2*X*Y^2*Z^5+2*X^4*Y^2*Z+2*X^4*Y*Z^2+30*X^3*Y^2*Z^2+48*X^3*Y*Z^3+2*X^2*Y^4*Z+15*X^2*Y^3*Z^2+18*X^2*Y^2*Z^3+4*X*Y^4*Z^2+12*X*Y^3*Z^3+4*X*Y^2*Z^4+X^4*Y*Z+48*X^3*Y^2*Z+26*X^3*Y*Z^2+16*X^2*Y^3*Z+176*X^2*Y^2*Z^2+30*X*Y^3*Z^2+33*X*Y^2*Z^3+2*X*Y*Z^4+24*X^3*Y*Z+59*X^2*Y^2*Z+2*X^2*Y*Z^2+10*X*Y^3*Z+49*X*Y^2*Z^2+52*X*Y*Z^3+54*X^2*Y*Z+41*X*Y^2*Z+80*X*Y*Z^2+64*X*Y*Z

Algorithm definition

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