Description of fast matrix multiplication algorithm: ⟨4×9×13:325⟩

Algorithm type

3X4Y5Z4+7X4Y4Z4+3X4Y3Z4+2X2Y7Z2+2X4Y2Z4+8X2Y6Z2+XY8Z+8X2Y5Z2+3XY7Z+17X2Y4Z2+9XY6Z+35X2Y3Z2+9XY5Z+33X2Y2Z2+15XY4Z+7X2YZ2+52XY3Z+56XY2Z+55XYZ3X4Y5Z47X4Y4Z43X4Y3Z42X2Y7Z22X4Y2Z48X2Y6Z2XY8Z8X2Y5Z23XY7Z17X2Y4Z29XY6Z35X2Y3Z29XY5Z33X2Y2Z215XY4Z7X2YZ252XY3Z56XY2Z55XYZ3*X^4*Y^5*Z^4+7*X^4*Y^4*Z^4+3*X^4*Y^3*Z^4+2*X^2*Y^7*Z^2+2*X^4*Y^2*Z^4+8*X^2*Y^6*Z^2+X*Y^8*Z+8*X^2*Y^5*Z^2+3*X*Y^7*Z+17*X^2*Y^4*Z^2+9*X*Y^6*Z+35*X^2*Y^3*Z^2+9*X*Y^5*Z+33*X^2*Y^2*Z^2+15*X*Y^4*Z+7*X^2*Y*Z^2+52*X*Y^3*Z+56*X*Y^2*Z+55*X*Y*Z

Algorithm definition

The algorithm ⟨4×9×13:325⟩ 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