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

Algorithm type

4⁢X4⁢Y4⁢Z4+2⁢X4⁢Y3⁢Z4+2⁢X3⁢Y4⁢Z4+2⁢X4⁢Y3⁢Z3+X4⁢Y2⁢Z4+X3⁢Y4⁢Z3+X3⁢Y3⁢Z4+X4⁢Y2⁢Z3+2⁢X3⁢Y3⁢Z3+2⁢X4⁢Y2⁢Z2+7⁢X3⁢Y2⁢Z3+2⁢X2⁢Y4⁢Z2+16⁢X2⁢Y3⁢Z3+6⁢X2⁢Y2⁢Z4+2⁢X3⁢Y2⁢Z2+3⁢X2⁢Y3⁢Z2+X2⁢Y⁢Z4+24⁢X⁢Y3⁢Z3+X4⁢Y⁢Z+84⁢X2⁢Y2⁢Z2+2⁢X2⁢Y⁢Z3+7⁢X3⁢Y⁢Z+5⁢X2⁢Y2⁢Z+5⁢X2⁢Y⁢Z2+5⁢X⁢Y3⁢Z+8⁢X⁢Y2⁢Z2+5⁢X⁢Y⁢Z3+5⁢X2⁢Y⁢Z+50⁢X⁢Y2⁢Z+48⁢X⁢Y⁢Z2+41⁢X⁢Y⁢Z4X4Y4Z42X4Y3Z42X3Y4Z42X4Y3Z3X4Y2Z4X3Y4Z3X3Y3Z4X4Y2Z32X3Y3Z32X4Y2Z27X3Y2Z32X2Y4Z216X2Y3Z36X2Y2Z42X3Y2Z23X2Y3Z2X2YZ424XY3Z3X4YZ84X2Y2Z22X2YZ37X3YZ5X2Y2Z5X2YZ25XY3Z8XY2Z25XYZ35X2YZ50XY2Z48XYZ241XYZ4*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