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

Algorithm type

3⁢X4⁢Y4⁢Z4+X6⁢Y2⁢Z2+3⁢X4⁢Y3⁢Z3+3⁢X3⁢Y3⁢Z4+X2⁢Y6⁢Z2+X2⁢Y4⁢Z4+X2⁢Y2⁢Z6+X5⁢Y2⁢Z2+2⁢X2⁢Y5⁢Z2+X2⁢Y2⁢Z5+X4⁢Y2⁢Z2+2⁢X3⁢Y3⁢Z2+2⁢X2⁢Y4⁢Z2+2⁢X2⁢Y3⁢Z3+3⁢X2⁢Y3⁢Z2+X2⁢Y3⁢Z+47⁢X2⁢Y2⁢Z2+3⁢X⁢Y3⁢Z2+14⁢X3⁢Y⁢Z+11⁢X2⁢Y2⁢Z+3⁢X2⁢Y⁢Z2+16⁢X⁢Y3⁢Z+11⁢X⁢Y2⁢Z2+13⁢X⁢Y⁢Z3+13⁢X2⁢Y⁢Z+27⁢X⁢Y2⁢Z+12⁢X⁢Y⁢Z2+14⁢X⁢Y⁢Z3X4Y4Z4X6Y2Z23X4Y3Z33X3Y3Z4X2Y6Z2X2Y4Z4X2Y2Z6X5Y2Z22X2Y5Z2X2Y2Z5X4Y2Z22X3Y3Z22X2Y4Z22X2Y3Z33X2Y3Z2X2Y3Z47X2Y2Z23XY3Z214X3YZ11X2Y2Z3X2YZ216XY3Z11XY2Z213XYZ313X2YZ27XY2Z12XYZ214XYZ3*X^4*Y^4*Z^4+X^6*Y^2*Z^2+3*X^4*Y^3*Z^3+3*X^3*Y^3*Z^4+X^2*Y^6*Z^2+X^2*Y^4*Z^4+X^2*Y^2*Z^6+X^5*Y^2*Z^2+2*X^2*Y^5*Z^2+X^2*Y^2*Z^5+X^4*Y^2*Z^2+2*X^3*Y^3*Z^2+2*X^2*Y^4*Z^2+2*X^2*Y^3*Z^3+3*X^2*Y^3*Z^2+X^2*Y^3*Z+47*X^2*Y^2*Z^2+3*X*Y^3*Z^2+14*X^3*Y*Z+11*X^2*Y^2*Z+3*X^2*Y*Z^2+16*X*Y^3*Z+11*X*Y^2*Z^2+13*X*Y*Z^3+13*X^2*Y*Z+27*X*Y^2*Z+12*X*Y*Z^2+14*X*Y*Z

Algorithm definition

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