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

Algorithm type

27⁢X4⁢Y4⁢Z4+12⁢X4⁢Y2⁢Z3+18⁢X2⁢Y4⁢Z3+18⁢X2⁢Y2⁢Z5+42⁢X4⁢Y2⁢Z2+9⁢X2⁢Y4⁢Z2+9⁢X2⁢Y2⁢Z4+6⁢X2⁢Y3⁢Z2+12⁢X2⁢Y2⁢Z3+10⁢X2⁢Y3⁢Z+66⁢X2⁢Y2⁢Z2+30⁢X2⁢Y⁢Z3+6⁢X⁢Y3⁢Z2+27⁢X3⁢Y⁢Z+12⁢X2⁢Y2⁢Z+24⁢X2⁢Y⁢Z2+10⁢X⁢Y3⁢Z+24⁢X⁢Y2⁢Z2+30⁢X⁢Y⁢Z3+2⁢X2⁢Y⁢Z+12⁢X⁢Y2⁢Z+24⁢X⁢Y⁢Z2+56⁢X⁢Y⁢Z27X4Y4Z412X4Y2Z318X2Y4Z318X2Y2Z542X4Y2Z29X2Y4Z29X2Y2Z46X2Y3Z212X2Y2Z310X2Y3Z66X2Y2Z230X2YZ36XY3Z227X3YZ12X2Y2Z24X2YZ210XY3Z24XY2Z230XYZ32X2YZ12XY2Z24XYZ256XYZ27*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