Description of fast matrix multiplication algorithm: ⟨9×15×16:1320⟩

Algorithm type

18X4Y6Z4+23X4Y5Z4+59X4Y4Z4+3X9YZ+12X4Y3Z4+4XYZ9+25X6Y2Z2+6X4Y2Z4+56X2Y6Z2+62X2Y4Z4+40X2Y2Z6+32X4Y3Z2+65X2Y5Z2+35X2Y3Z4+4XY2Z6+46X4Y2Z2+88X2Y4Z2+35X2Y2Z4+42XY6Z+8XYZ6+12X4YZ2+6X3Y3Z+6X3Y2Z2+8X3YZ3+27X2Y3Z2+26XY5Z+48XY4Z2+4XY3Z3+15X3Y2Z+12X3YZ2+68X2Y3Z+109X2Y2Z2+18X2YZ3+50XY4Z+58XY3Z2+32XY2Z3+21X3YZ+24X2Y2Z+34X2YZ2+6XY3Z+20XY2Z2+14XYZ3+16X2YZ+23XY2Z18X4Y6Z423X4Y5Z459X4Y4Z43X9YZ12X4Y3Z44XYZ925X6Y2Z26X4Y2Z456X2Y6Z262X2Y4Z440X2Y2Z632X4Y3Z265X2Y5Z235X2Y3Z44XY2Z646X4Y2Z288X2Y4Z235X2Y2Z442XY6Z8XYZ612X4YZ26X3Y3Z6X3Y2Z28X3YZ327X2Y3Z226XY5Z48XY4Z24XY3Z315X3Y2Z12X3YZ268X2Y3Z109X2Y2Z218X2YZ350XY4Z58XY3Z232XY2Z321X3YZ24X2Y2Z34X2YZ26XY3Z20XY2Z214XYZ316X2YZ23XY2Z18*X^4*Y^6*Z^4+23*X^4*Y^5*Z^4+59*X^4*Y^4*Z^4+3*X^9*Y*Z+12*X^4*Y^3*Z^4+4*X*Y*Z^9+25*X^6*Y^2*Z^2+6*X^4*Y^2*Z^4+56*X^2*Y^6*Z^2+62*X^2*Y^4*Z^4+40*X^2*Y^2*Z^6+32*X^4*Y^3*Z^2+65*X^2*Y^5*Z^2+35*X^2*Y^3*Z^4+4*X*Y^2*Z^6+46*X^4*Y^2*Z^2+88*X^2*Y^4*Z^2+35*X^2*Y^2*Z^4+42*X*Y^6*Z+8*X*Y*Z^6+12*X^4*Y*Z^2+6*X^3*Y^3*Z+6*X^3*Y^2*Z^2+8*X^3*Y*Z^3+27*X^2*Y^3*Z^2+26*X*Y^5*Z+48*X*Y^4*Z^2+4*X*Y^3*Z^3+15*X^3*Y^2*Z+12*X^3*Y*Z^2+68*X^2*Y^3*Z+109*X^2*Y^2*Z^2+18*X^2*Y*Z^3+50*X*Y^4*Z+58*X*Y^3*Z^2+32*X*Y^2*Z^3+21*X^3*Y*Z+24*X^2*Y^2*Z+34*X^2*Y*Z^2+6*X*Y^3*Z+20*X*Y^2*Z^2+14*X*Y*Z^3+16*X^2*Y*Z+23*X*Y^2*Z

Algorithm definition

The algorithm ⟨9×15×16:1320⟩ 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