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

Algorithm type

6⁢X4⁢Y6⁢Z4+72⁢X4⁢Y4⁢Z4+6⁢X2⁢Y8⁢Z2+12⁢X6⁢Y2⁢Z2+18⁢X4⁢Y4⁢Z2+3⁢X4⁢Y2⁢Z4+12⁢X2⁢Y6⁢Z2+9⁢X2⁢Y2⁢Z6+12⁢X2⁢Y3⁢Z4+6⁢X2⁢Y⁢Z6+39⁢X4⁢Y2⁢Z2+6⁢X3⁢Y⁢Z4+45⁢X2⁢Y4⁢Z2+135⁢X2⁢Y2⁢Z4+27⁢X⁢Y⁢Z6+9⁢X3⁢Y2⁢Z2+12⁢X2⁢Y3⁢Z2+3⁢X2⁢Y⁢Z4+12⁢X⁢Y4⁢Z2+12⁢X⁢Y2⁢Z4+9⁢X3⁢Y2⁢Z+30⁢X3⁢Y⁢Z2+150⁢X2⁢Y2⁢Z2+6⁢X2⁢Y⁢Z3+12⁢X⁢Y4⁢Z+27⁢X⁢Y3⁢Z2+33⁢X⁢Y⁢Z4+24⁢X3⁢Y⁢Z+18⁢X2⁢Y2⁢Z+42⁢X2⁢Y⁢Z2+27⁢X⁢Y3⁢Z+81⁢X⁢Y2⁢Z2+27⁢X⁢Y⁢Z3+39⁢X2⁢Y⁢Z+69⁢X⁢Y2⁢Z+51⁢X⁢Y⁢Z2+18⁢X⁢Y⁢Z6X4Y6Z472X4Y4Z46X2Y8Z212X6Y2Z218X4Y4Z23X4Y2Z412X2Y6Z29X2Y2Z612X2Y3Z46X2YZ639X4Y2Z26X3YZ445X2Y4Z2135X2Y2Z427XYZ69X3Y2Z212X2Y3Z23X2YZ412XY4Z212XY2Z49X3Y2Z30X3YZ2150X2Y2Z26X2YZ312XY4Z27XY3Z233XYZ424X3YZ18X2Y2Z42X2YZ227XY3Z81XY2Z227XYZ339X2YZ69XY2Z51XYZ218XYZ6*X^4*Y^6*Z^4+72*X^4*Y^4*Z^4+6*X^2*Y^8*Z^2+12*X^6*Y^2*Z^2+18*X^4*Y^4*Z^2+3*X^4*Y^2*Z^4+12*X^2*Y^6*Z^2+9*X^2*Y^2*Z^6+12*X^2*Y^3*Z^4+6*X^2*Y*Z^6+39*X^4*Y^2*Z^2+6*X^3*Y*Z^4+45*X^2*Y^4*Z^2+135*X^2*Y^2*Z^4+27*X*Y*Z^6+9*X^3*Y^2*Z^2+12*X^2*Y^3*Z^2+3*X^2*Y*Z^4+12*X*Y^4*Z^2+12*X*Y^2*Z^4+9*X^3*Y^2*Z+30*X^3*Y*Z^2+150*X^2*Y^2*Z^2+6*X^2*Y*Z^3+12*X*Y^4*Z+27*X*Y^3*Z^2+33*X*Y*Z^4+24*X^3*Y*Z+18*X^2*Y^2*Z+42*X^2*Y*Z^2+27*X*Y^3*Z+81*X*Y^2*Z^2+27*X*Y*Z^3+39*X^2*Y*Z+69*X*Y^2*Z+51*X*Y*Z^2+18*X*Y*Z

Algorithm definition

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