Description of fast matrix multiplication algorithm: ⟨9×9×9:486⟩

Algorithm type

27X4Y4Z4+12X4Y2Z3+18X2Y4Z3+18X2Y2Z5+42X4Y2Z2+9X2Y4Z2+9X2Y2Z4+6X2Y3Z2+12X2Y2Z3+10X2Y3Z+66X2Y2Z2+30X2YZ3+6XY3Z2+27X3YZ+12X2Y2Z+24X2YZ2+10XY3Z+24XY2Z2+30XYZ3+2X2YZ+12XY2Z+24XYZ2+56XYZ27X4Y4Z412X4Y2Z318X2Y4Z318X2Y2Z542X4Y2Z29X2Y4Z29X2Y2Z46X2Y3Z212X2Y2Z310X2Y3Z66X2Y2Z230X2YZ36XY3Z227X3YZ12X2Y2Z24X2YZ210XY3Z24XY2Z230XYZ32X2YZ12XY2Z24XYZ256XYZ27*X^4*Y^4*Z^4+12*X^4*Y^2*Z^3+18*X^2*Y^4*Z^3+18*X^2*Y^2*Z^5+42*X^4*Y^2*Z^2+9*X^2*Y^4*Z^2+9*X^2*Y^2*Z^4+6*X^2*Y^3*Z^2+12*X^2*Y^2*Z^3+10*X^2*Y^3*Z+66*X^2*Y^2*Z^2+30*X^2*Y*Z^3+6*X*Y^3*Z^2+27*X^3*Y*Z+12*X^2*Y^2*Z+24*X^2*Y*Z^2+10*X*Y^3*Z+24*X*Y^2*Z^2+30*X*Y*Z^3+2*X^2*Y*Z+12*X*Y^2*Z+24*X*Y*Z^2+56*X*Y*Z

Algorithm definition

The algorithm ⟨9×9×9:486⟩ 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