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

Algorithm type

4X4Y4Z4+2X4Y3Z4+2X3Y4Z4+2X4Y3Z3+X4Y2Z4+X3Y4Z3+X3Y3Z4+X4Y2Z3+2X3Y3Z3+2X4Y2Z2+7X3Y2Z3+2X2Y4Z2+16X2Y3Z3+6X2Y2Z4+2X3Y2Z2+3X2Y3Z2+X2YZ4+24XY3Z3+X4YZ+84X2Y2Z2+2X2YZ3+7X3YZ+5X2Y2Z+5X2YZ2+5XY3Z+8XY2Z2+5XYZ3+5X2YZ+50XY2Z+48XYZ2+41XYZ4X4Y4Z42X4Y3Z42X3Y4Z42X4Y3Z3X4Y2Z4X3Y4Z3X3Y3Z4X4Y2Z32X3Y3Z32X4Y2Z27X3Y2Z32X2Y4Z216X2Y3Z36X2Y2Z42X3Y2Z23X2Y3Z2X2YZ424XY3Z3X4YZ84X2Y2Z22X2YZ37X3YZ5X2Y2Z5X2YZ25XY3Z8XY2Z25XYZ35X2YZ50XY2Z48XYZ241XYZ4*X^4*Y^4*Z^4+2*X^4*Y^3*Z^4+2*X^3*Y^4*Z^4+2*X^4*Y^3*Z^3+X^4*Y^2*Z^4+X^3*Y^4*Z^3+X^3*Y^3*Z^4+X^4*Y^2*Z^3+2*X^3*Y^3*Z^3+2*X^4*Y^2*Z^2+7*X^3*Y^2*Z^3+2*X^2*Y^4*Z^2+16*X^2*Y^3*Z^3+6*X^2*Y^2*Z^4+2*X^3*Y^2*Z^2+3*X^2*Y^3*Z^2+X^2*Y*Z^4+24*X*Y^3*Z^3+X^4*Y*Z+84*X^2*Y^2*Z^2+2*X^2*Y*Z^3+7*X^3*Y*Z+5*X^2*Y^2*Z+5*X^2*Y*Z^2+5*X*Y^3*Z+8*X*Y^2*Z^2+5*X*Y*Z^3+5*X^2*Y*Z+50*X*Y^2*Z+48*X*Y*Z^2+41*X*Y*Z

Algorithm definition

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