Description of fast matrix multiplication algorithm: ⟨5×9×15:468⟩

Algorithm type

18⁢X4⁢Y4⁢Z4+6⁢X3⁢Y4⁢Z3+12⁢X2⁢Y4⁢Z3+30⁢X2⁢Y4⁢Z2+9⁢X2⁢Y2⁢Z4+2⁢X2⁢Y4⁢Z+24⁢X2⁢Y2⁢Z3+2⁢X⁢Y4⁢Z2+66⁢X2⁢Y2⁢Z2+2⁢X⁢Y4⁢Z+6⁢X⁢Y2⁢Z3+2⁢X2⁢Y2⁢Z+36⁢X⁢Y2⁢Z2+33⁢X⁢Y⁢Z3+112⁢X⁢Y2⁢Z+52⁢X⁢Y⁢Z2+56⁢X⁢Y⁢Z18X4Y4Z46X3Y4Z312X2Y4Z330X2Y4Z29X2Y2Z42X2Y4Z24X2Y2Z32XY4Z266X2Y2Z22XY4Z6XY2Z32X2Y2Z36XY2Z233XYZ3112XY2Z52XYZ256XYZ18*X^4*Y^4*Z^4+6*X^3*Y^4*Z^3+12*X^2*Y^4*Z^3+30*X^2*Y^4*Z^2+9*X^2*Y^2*Z^4+2*X^2*Y^4*Z+24*X^2*Y^2*Z^3+2*X*Y^4*Z^2+66*X^2*Y^2*Z^2+2*X*Y^4*Z+6*X*Y^2*Z^3+2*X^2*Y^2*Z+36*X*Y^2*Z^2+33*X*Y*Z^3+112*X*Y^2*Z+52*X*Y*Z^2+56*X*Y*Z

Algorithm definition

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