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

Algorithm type

3X4Y4Z4+X6Y2Z2+3X4Y3Z3+3X3Y3Z4+X2Y6Z2+X2Y4Z4+X2Y2Z6+X5Y2Z2+2X2Y5Z2+X2Y2Z5+X4Y2Z2+2X3Y3Z2+2X2Y4Z2+2X2Y3Z3+3X2Y3Z2+X2Y3Z+47X2Y2Z2+3XY3Z2+14X3YZ+11X2Y2Z+3X2YZ2+16XY3Z+11XY2Z2+13XYZ3+13X2YZ+27XY2Z+12XYZ2+14XYZ3X4Y4Z4X6Y2Z23X4Y3Z33X3Y3Z4X2Y6Z2X2Y4Z4X2Y2Z6X5Y2Z22X2Y5Z2X2Y2Z5X4Y2Z22X3Y3Z22X2Y4Z22X2Y3Z33X2Y3Z2X2Y3Z47X2Y2Z23XY3Z214X3YZ11X2Y2Z3X2YZ216XY3Z11XY2Z213XYZ313X2YZ27XY2Z12XYZ214XYZ3*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