Description of fast matrix multiplication algorithm: ⟨6×7×10:293⟩

Algorithm type

4X4Y4Z4+3X4Y4Z3+2X4Y3Z4+X3Y4Z4+X4Y4Z2+3X4Y3Z3+2X3Y3Z4+2X3Y3Z3+6X2Y4Z2+32X2Y3Z3+8X2Y2Z4+3X2Y4Z+6X2Y3Z2+3X2Y2Z3+2X2YZ4+XY4Z2+48XY3Z3+XY2Z4+X2Y3Z+47X2Y2Z2+X2YZ3+XY3Z2+XYZ4+7X3YZ+4X2Y2Z+6XY3Z+6XY2Z2+8XYZ3+2X2YZ+44XY2Z+24XYZ2+13XYZ4X4Y4Z43X4Y4Z32X4Y3Z4X3Y4Z4X4Y4Z23X4Y3Z32X3Y3Z42X3Y3Z36X2Y4Z232X2Y3Z38X2Y2Z43X2Y4Z6X2Y3Z23X2Y2Z32X2YZ4XY4Z248XY3Z3XY2Z4X2Y3Z47X2Y2Z2X2YZ3XY3Z2XYZ47X3YZ4X2Y2Z6XY3Z6XY2Z28XYZ32X2YZ44XY2Z24XYZ213XYZ4*X^4*Y^4*Z^4+3*X^4*Y^4*Z^3+2*X^4*Y^3*Z^4+X^3*Y^4*Z^4+X^4*Y^4*Z^2+3*X^4*Y^3*Z^3+2*X^3*Y^3*Z^4+2*X^3*Y^3*Z^3+6*X^2*Y^4*Z^2+32*X^2*Y^3*Z^3+8*X^2*Y^2*Z^4+3*X^2*Y^4*Z+6*X^2*Y^3*Z^2+3*X^2*Y^2*Z^3+2*X^2*Y*Z^4+X*Y^4*Z^2+48*X*Y^3*Z^3+X*Y^2*Z^4+X^2*Y^3*Z+47*X^2*Y^2*Z^2+X^2*Y*Z^3+X*Y^3*Z^2+X*Y*Z^4+7*X^3*Y*Z+4*X^2*Y^2*Z+6*X*Y^3*Z+6*X*Y^2*Z^2+8*X*Y*Z^3+2*X^2*Y*Z+44*X*Y^2*Z+24*X*Y*Z^2+13*X*Y*Z

Algorithm definition

The algorithm ⟨6×7×10:293⟩ 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