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

Algorithm type

6X4Y6Z4+72X4Y4Z4+6X2Y8Z2+12X6Y2Z2+18X4Y4Z2+3X4Y2Z4+12X2Y6Z2+9X2Y2Z6+12X2Y3Z4+6X2YZ6+39X4Y2Z2+6X3YZ4+45X2Y4Z2+135X2Y2Z4+27XYZ6+9X3Y2Z2+12X2Y3Z2+3X2YZ4+12XY4Z2+12XY2Z4+9X3Y2Z+30X3YZ2+150X2Y2Z2+6X2YZ3+12XY4Z+27XY3Z2+33XYZ4+24X3YZ+18X2Y2Z+42X2YZ2+27XY3Z+81XY2Z2+27XYZ3+39X2YZ+69XY2Z+51XYZ2+18XYZ6X4Y6Z472X4Y4Z46X2Y8Z212X6Y2Z218X4Y4Z23X4Y2Z412X2Y6Z29X2Y2Z612X2Y3Z46X2YZ639X4Y2Z26X3YZ445X2Y4Z2135X2Y2Z427XYZ69X3Y2Z212X2Y3Z23X2YZ412XY4Z212XY2Z49X3Y2Z30X3YZ2150X2Y2Z26X2YZ312XY4Z27XY3Z233XYZ424X3YZ18X2Y2Z42X2YZ227XY3Z81XY2Z227XYZ339X2YZ69XY2Z51XYZ218XYZ6*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