Description of fast matrix multiplication algorithm: ⟨8×12×14:843⟩

Algorithm type

4X4Y6Z4+16X4Y5Z4+28X4Y4Z4+16X4Y3Z4+29X2Y6Z2+18X2Y5Z2+69X2Y4Z2+XY6Z+104X2Y3Z2+XY5Z+2X2Y3Z+121X2Y2Z2+12XY4Z+9XY3Z2+10X2Y2Z+131XY3Z+11XY2Z2+6X2YZ+186XY2Z+7XYZ2+62XYZ4X4Y6Z416X4Y5Z428X4Y4Z416X4Y3Z429X2Y6Z218X2Y5Z269X2Y4Z2XY6Z104X2Y3Z2XY5Z2X2Y3Z121X2Y2Z212XY4Z9XY3Z210X2Y2Z131XY3Z11XY2Z26X2YZ186XY2Z7XYZ262XYZ4*X^4*Y^6*Z^4+16*X^4*Y^5*Z^4+28*X^4*Y^4*Z^4+16*X^4*Y^3*Z^4+29*X^2*Y^6*Z^2+18*X^2*Y^5*Z^2+69*X^2*Y^4*Z^2+X*Y^6*Z+104*X^2*Y^3*Z^2+X*Y^5*Z+2*X^2*Y^3*Z+121*X^2*Y^2*Z^2+12*X*Y^4*Z+9*X*Y^3*Z^2+10*X^2*Y^2*Z+131*X*Y^3*Z+11*X*Y^2*Z^2+6*X^2*Y*Z+186*X*Y^2*Z+7*X*Y*Z^2+62*X*Y*Z

Algorithm definition

The algorithm ⟨8×12×14:843⟩ 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