Description of fast matrix multiplication algorithm: ⟨4×9×10:250⟩

Algorithm type

6X4Y4Z4+6X4Y3Z4+9X2Y5Z2+XY7Z+23X2Y4Z2+3XY6Z+24X2Y3Z2+12XY5Z+24X2Y2Z2+16XY4Z+7X2YZ2+48XY3Z+47XY2Z+24XYZ6X4Y4Z46X4Y3Z49X2Y5Z2XY7Z23X2Y4Z23XY6Z24X2Y3Z212XY5Z24X2Y2Z216XY4Z7X2YZ248XY3Z47XY2Z24XYZ6*X^4*Y^4*Z^4+6*X^4*Y^3*Z^4+9*X^2*Y^5*Z^2+X*Y^7*Z+23*X^2*Y^4*Z^2+3*X*Y^6*Z+24*X^2*Y^3*Z^2+12*X*Y^5*Z+24*X^2*Y^2*Z^2+16*X*Y^4*Z+7*X^2*Y*Z^2+48*X*Y^3*Z+47*X*Y^2*Z+24*X*Y*Z

Algorithm definition

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