Description of fast matrix multiplication algorithm: ⟨3×7×14:219⟩

Algorithm type

8X2Y3Z2+3XY5Z+2XY4Z2+XY3Z3+X2Y3Z+67X2Y2Z2+13XY4Z+XY3Z2+2XY2Z3+10X3YZ+19X2Y2Z+X2YZ2+12XY3Z+7XY2Z2+8XYZ3+35X2YZ+25XY2Z+4XYZ8X2Y3Z23XY5Z2XY4Z2XY3Z3X2Y3Z67X2Y2Z213XY4ZXY3Z22XY2Z310X3YZ19X2Y2ZX2YZ212XY3Z7XY2Z28XYZ335X2YZ25XY2Z4XYZ8*X^2*Y^3*Z^2+3*X*Y^5*Z+2*X*Y^4*Z^2+X*Y^3*Z^3+X^2*Y^3*Z+67*X^2*Y^2*Z^2+13*X*Y^4*Z+X*Y^3*Z^2+2*X*Y^2*Z^3+10*X^3*Y*Z+19*X^2*Y^2*Z+X^2*Y*Z^2+12*X*Y^3*Z+7*X*Y^2*Z^2+8*X*Y*Z^3+35*X^2*Y*Z+25*X*Y^2*Z+4*X*Y*Z

Algorithm definition

The algorithm ⟨3×7×14:219⟩ 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