Description of fast matrix multiplication algorithm: ⟨9×14×15:1175⟩

Algorithm type

6X4Y6Z4+72X4Y4Z4+6X2Y8Z2+12X6Y2Z2+18X4Y4Z2+32X3Y5Z2+12X2Y6Z2+6X2Y2Z6+48X3Y5Z+12X2Y3Z4+36X4Y2Z2+39X2Y4Z2+144X2Y2Z4+12XYZ6+12X2Y3Z2+12XY4Z2+24X3YZ2+192X2Y2Z2+12XY4Z+24XY3Z2+24X3YZ+36X2Y2Z+72X2YZ2+24XY3Z+78XY2Z2+12XYZ3+72X2YZ+78XY2Z+24XYZ2+24XYZ6X4Y6Z472X4Y4Z46X2Y8Z212X6Y2Z218X4Y4Z232X3Y5Z212X2Y6Z26X2Y2Z648X3Y5Z12X2Y3Z436X4Y2Z239X2Y4Z2144X2Y2Z412XYZ612X2Y3Z212XY4Z224X3YZ2192X2Y2Z212XY4Z24XY3Z224X3YZ36X2Y2Z72X2YZ224XY3Z78XY2Z212XYZ372X2YZ78XY2Z24XYZ224XYZ6*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+32*X^3*Y^5*Z^2+12*X^2*Y^6*Z^2+6*X^2*Y^2*Z^6+48*X^3*Y^5*Z+12*X^2*Y^3*Z^4+36*X^4*Y^2*Z^2+39*X^2*Y^4*Z^2+144*X^2*Y^2*Z^4+12*X*Y*Z^6+12*X^2*Y^3*Z^2+12*X*Y^4*Z^2+24*X^3*Y*Z^2+192*X^2*Y^2*Z^2+12*X*Y^4*Z+24*X*Y^3*Z^2+24*X^3*Y*Z+36*X^2*Y^2*Z+72*X^2*Y*Z^2+24*X*Y^3*Z+78*X*Y^2*Z^2+12*X*Y*Z^3+72*X^2*Y*Z+78*X*Y^2*Z+24*X*Y*Z^2+24*X*Y*Z

Algorithm definition

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