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

Algorithm type

4⁢X4⁢Y6⁢Z4+16⁢X4⁢Y5⁢Z4+28⁢X4⁢Y4⁢Z4+16⁢X4⁢Y3⁢Z4+29⁢X2⁢Y6⁢Z2+18⁢X2⁢Y5⁢Z2+69⁢X2⁢Y4⁢Z2+X⁢Y6⁢Z+104⁢X2⁢Y3⁢Z2+X⁢Y5⁢Z+2⁢X2⁢Y3⁢Z+121⁢X2⁢Y2⁢Z2+12⁢X⁢Y4⁢Z+9⁢X⁢Y3⁢Z2+10⁢X2⁢Y2⁢Z+131⁢X⁢Y3⁢Z+11⁢X⁢Y2⁢Z2+6⁢X2⁢Y⁢Z+186⁢X⁢Y2⁢Z+7⁢X⁢Y⁢Z2+62⁢X⁢Y⁢Z4X4Y6Z416X4Y5Z428X4Y4Z416X4Y3Z429X2Y6Z218X2Y5Z269X2Y4Z2XY6Z104X2Y3Z2XY5Z2X2Y3Z121X2Y2Z212XY4Z9XY3Z210X2Y2Z131XY3Z11XY2Z26X2YZ186XY2Z7XYZ262XYZ4*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