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

Algorithm type

6⁢X4⁢Y4⁢Z4+6⁢X4⁢Y3⁢Z4+9⁢X2⁢Y5⁢Z2+X⁢Y7⁢Z+23⁢X2⁢Y4⁢Z2+3⁢X⁢Y6⁢Z+24⁢X2⁢Y3⁢Z2+12⁢X⁢Y5⁢Z+24⁢X2⁢Y2⁢Z2+16⁢X⁢Y4⁢Z+7⁢X2⁢Y⁢Z2+48⁢X⁢Y3⁢Z+47⁢X⁢Y2⁢Z+24⁢X⁢Y⁢Z6X4Y4Z46X4Y3Z49X2Y5Z2XY7Z23X2Y4Z23XY6Z24X2Y3Z212XY5Z24X2Y2Z216XY4Z7X2YZ248XY3Z47XY2Z24XYZ6*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