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

Algorithm type

18⁢X4⁢Y6⁢Z4+23⁢X4⁢Y5⁢Z4+59⁢X4⁢Y4⁢Z4+3⁢X9⁢Y⁢Z+12⁢X4⁢Y3⁢Z4+4⁢X⁢Y⁢Z9+25⁢X6⁢Y2⁢Z2+6⁢X4⁢Y2⁢Z4+56⁢X2⁢Y6⁢Z2+62⁢X2⁢Y4⁢Z4+40⁢X2⁢Y2⁢Z6+32⁢X4⁢Y3⁢Z2+65⁢X2⁢Y5⁢Z2+35⁢X2⁢Y3⁢Z4+4⁢X⁢Y2⁢Z6+46⁢X4⁢Y2⁢Z2+88⁢X2⁢Y4⁢Z2+35⁢X2⁢Y2⁢Z4+42⁢X⁢Y6⁢Z+8⁢X⁢Y⁢Z6+12⁢X4⁢Y⁢Z2+6⁢X3⁢Y3⁢Z+6⁢X3⁢Y2⁢Z2+8⁢X3⁢Y⁢Z3+27⁢X2⁢Y3⁢Z2+26⁢X⁢Y5⁢Z+48⁢X⁢Y4⁢Z2+4⁢X⁢Y3⁢Z3+15⁢X3⁢Y2⁢Z+12⁢X3⁢Y⁢Z2+68⁢X2⁢Y3⁢Z+109⁢X2⁢Y2⁢Z2+18⁢X2⁢Y⁢Z3+50⁢X⁢Y4⁢Z+58⁢X⁢Y3⁢Z2+32⁢X⁢Y2⁢Z3+21⁢X3⁢Y⁢Z+24⁢X2⁢Y2⁢Z+34⁢X2⁢Y⁢Z2+6⁢X⁢Y3⁢Z+20⁢X⁢Y2⁢Z2+14⁢X⁢Y⁢Z3+16⁢X2⁢Y⁢Z+23⁢X⁢Y2⁢Z18X4Y6Z423X4Y5Z459X4Y4Z43X9YZ12X4Y3Z44XYZ925X6Y2Z26X4Y2Z456X2Y6Z262X2Y4Z440X2Y2Z632X4Y3Z265X2Y5Z235X2Y3Z44XY2Z646X4Y2Z288X2Y4Z235X2Y2Z442XY6Z8XYZ612X4YZ26X3Y3Z6X3Y2Z28X3YZ327X2Y3Z226XY5Z48XY4Z24XY3Z315X3Y2Z12X3YZ268X2Y3Z109X2Y2Z218X2YZ350XY4Z58XY3Z232XY2Z321X3YZ24X2Y2Z34X2YZ26XY3Z20XY2Z214XYZ316X2YZ23XY2Z18*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