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

Algorithm type

6⁢X4⁢Y6⁢Z4+72⁢X4⁢Y4⁢Z4+6⁢X2⁢Y8⁢Z2+12⁢X6⁢Y2⁢Z2+18⁢X4⁢Y4⁢Z2+32⁢X3⁢Y5⁢Z2+12⁢X2⁢Y6⁢Z2+6⁢X2⁢Y2⁢Z6+48⁢X3⁢Y5⁢Z+12⁢X2⁢Y3⁢Z4+36⁢X4⁢Y2⁢Z2+39⁢X2⁢Y4⁢Z2+144⁢X2⁢Y2⁢Z4+12⁢X⁢Y⁢Z6+12⁢X2⁢Y3⁢Z2+12⁢X⁢Y4⁢Z2+24⁢X3⁢Y⁢Z2+192⁢X2⁢Y2⁢Z2+12⁢X⁢Y4⁢Z+24⁢X⁢Y3⁢Z2+24⁢X3⁢Y⁢Z+36⁢X2⁢Y2⁢Z+72⁢X2⁢Y⁢Z2+24⁢X⁢Y3⁢Z+78⁢X⁢Y2⁢Z2+12⁢X⁢Y⁢Z3+72⁢X2⁢Y⁢Z+78⁢X⁢Y2⁢Z+24⁢X⁢Y⁢Z2+24⁢X⁢Y⁢Z6X4Y6Z472X4Y4Z46X2Y8Z212X6Y2Z218X4Y4Z232X3Y5Z212X2Y6Z26X2Y2Z648X3Y5Z12X2Y3Z436X4Y2Z239X2Y4Z2144X2Y2Z412XYZ612X2Y3Z212XY4Z224X3YZ2192X2Y2Z212XY4Z24XY3Z224X3YZ36X2Y2Z72X2YZ224XY3Z78XY2Z212XYZ372X2YZ78XY2Z24XYZ224XYZ6*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