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

Algorithm type

18X4Y4Z4+6X3Y4Z3+12X2Y4Z3+30X2Y4Z2+9X2Y2Z4+2X2Y4Z+24X2Y2Z3+2XY4Z2+66X2Y2Z2+2XY4Z+6XY2Z3+2X2Y2Z+36XY2Z2+33XYZ3+112XY2Z+52XYZ2+56XYZ18X4Y4Z46X3Y4Z312X2Y4Z330X2Y4Z29X2Y2Z42X2Y4Z24X2Y2Z32XY4Z266X2Y2Z22XY4Z6XY2Z32X2Y2Z36XY2Z233XYZ3112XY2Z52XYZ256XYZ18*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