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

Algorithm type

20⁢X4⁢Y4⁢Z4+3⁢X4⁢Y4⁢Z3+3⁢X3⁢Y4⁢Z4+6⁢X3⁢Y4⁢Z3+X3⁢Y2⁢Z4+X2⁢Y3⁢Z4+7⁢X4⁢Y2⁢Z2+X3⁢Y2⁢Z3+6⁢X2⁢Y4⁢Z2+7⁢X2⁢Y2⁢Z4+X⁢Y3⁢Z4+8⁢X3⁢Y2⁢Z2+4⁢X2⁢Y3⁢Z2+6⁢X2⁢Y2⁢Z3+2⁢X4⁢Y⁢Z+X2⁢Y3⁢Z+182⁢X2⁢Y2⁢Z2+2⁢X⁢Y4⁢Z+X⁢Y3⁢Z2+X⁢Y2⁢Z3+2⁢X⁢Y⁢Z4+2⁢X3⁢Y⁢Z+X2⁢Y2⁢Z+9⁢X2⁢Y⁢Z2+4⁢X⁢Y3⁢Z+7⁢X⁢Y2⁢Z2+5⁢X⁢Y⁢Z3+62⁢X2⁢Y⁢Z+70⁢X⁢Y2⁢Z+60⁢X⁢Y⁢Z2+112⁢X⁢Y⁢Z20X4Y4Z43X4Y4Z33X3Y4Z46X3Y4Z3X3Y2Z4X2Y3Z47X4Y2Z2X3Y2Z36X2Y4Z27X2Y2Z4XY3Z48X3Y2Z24X2Y3Z26X2Y2Z32X4YZX2Y3Z182X2Y2Z22XY4ZXY3Z2XY2Z32XYZ42X3YZX2Y2Z9X2YZ24XY3Z7XY2Z25XYZ362X2YZ70XY2Z60XYZ2112XYZ20*X^4*Y^4*Z^4+3*X^4*Y^4*Z^3+3*X^3*Y^4*Z^4+6*X^3*Y^4*Z^3+X^3*Y^2*Z^4+X^2*Y^3*Z^4+7*X^4*Y^2*Z^2+X^3*Y^2*Z^3+6*X^2*Y^4*Z^2+7*X^2*Y^2*Z^4+X*Y^3*Z^4+8*X^3*Y^2*Z^2+4*X^2*Y^3*Z^2+6*X^2*Y^2*Z^3+2*X^4*Y*Z+X^2*Y^3*Z+182*X^2*Y^2*Z^2+2*X*Y^4*Z+X*Y^3*Z^2+X*Y^2*Z^3+2*X*Y*Z^4+2*X^3*Y*Z+X^2*Y^2*Z+9*X^2*Y*Z^2+4*X*Y^3*Z+7*X*Y^2*Z^2+5*X*Y*Z^3+62*X^2*Y*Z+70*X*Y^2*Z+60*X*Y*Z^2+112*X*Y*Z

Algorithm definition

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