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

Algorithm type

4⁢X4⁢Y4⁢Z4+3⁢X4⁢Y4⁢Z3+2⁢X4⁢Y3⁢Z4+X3⁢Y4⁢Z4+X4⁢Y4⁢Z2+3⁢X4⁢Y3⁢Z3+2⁢X3⁢Y3⁢Z4+2⁢X3⁢Y3⁢Z3+6⁢X2⁢Y4⁢Z2+32⁢X2⁢Y3⁢Z3+8⁢X2⁢Y2⁢Z4+3⁢X2⁢Y4⁢Z+6⁢X2⁢Y3⁢Z2+3⁢X2⁢Y2⁢Z3+2⁢X2⁢Y⁢Z4+X⁢Y4⁢Z2+48⁢X⁢Y3⁢Z3+X⁢Y2⁢Z4+X2⁢Y3⁢Z+47⁢X2⁢Y2⁢Z2+X2⁢Y⁢Z3+X⁢Y3⁢Z2+X⁢Y⁢Z4+7⁢X3⁢Y⁢Z+4⁢X2⁢Y2⁢Z+6⁢X⁢Y3⁢Z+6⁢X⁢Y2⁢Z2+8⁢X⁢Y⁢Z3+2⁢X2⁢Y⁢Z+44⁢X⁢Y2⁢Z+24⁢X⁢Y⁢Z2+13⁢X⁢Y⁢Z4X4Y4Z43X4Y4Z32X4Y3Z4X3Y4Z4X4Y4Z23X4Y3Z32X3Y3Z42X3Y3Z36X2Y4Z232X2Y3Z38X2Y2Z43X2Y4Z6X2Y3Z23X2Y2Z32X2YZ4XY4Z248XY3Z3XY2Z4X2Y3Z47X2Y2Z2X2YZ3XY3Z2XYZ47X3YZ4X2Y2Z6XY3Z6XY2Z28XYZ32X2YZ44XY2Z24XYZ213XYZ4*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