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

Algorithm type

20X4Y4Z4+3X4Y4Z3+3X3Y4Z4+6X3Y4Z3+X3Y2Z4+X2Y3Z4+7X4Y2Z2+X3Y2Z3+6X2Y4Z2+7X2Y2Z4+XY3Z4+8X3Y2Z2+4X2Y3Z2+6X2Y2Z3+2X4YZ+X2Y3Z+182X2Y2Z2+2XY4Z+XY3Z2+XY2Z3+2XYZ4+2X3YZ+X2Y2Z+9X2YZ2+4XY3Z+7XY2Z2+5XYZ3+62X2YZ+70XY2Z+60XYZ2+112XYZ20X4Y4Z43X4Y4Z33X3Y4Z46X3Y4Z3X3Y2Z4X2Y3Z47X4Y2Z2X3Y2Z36X2Y4Z27X2Y2Z4XY3Z48X3Y2Z24X2Y3Z26X2Y2Z32X4YZX2Y3Z182X2Y2Z22XY4ZXY3Z2XY2Z32XYZ42X3YZX2Y2Z9X2YZ24XY3Z7XY2Z25XYZ362X2YZ70XY2Z60XYZ2112XYZ20*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