Description of fast matrix multiplication algorithm: ⟨4×12×14:452⟩

Algorithm type

2⁢X4⁢Y6⁢Z4+14⁢X4⁢Y5⁢Z4+8⁢X2⁢Y9⁢Z2+6⁢X4⁢Y4⁢Z4+12⁢X2⁢Y8⁢Z2+23⁢X2⁢Y7⁢Z2+23⁢X2⁢Y6⁢Z2+9⁢X⁢Y8⁢Z+32⁢X2⁢Y5⁢Z2+33⁢X⁢Y7⁢Z+18⁢X2⁢Y4⁢Z2+22⁢X⁢Y6⁢Z+26⁢X2⁢Y3⁢Z2+19⁢X⁢Y5⁢Z+20⁢X2⁢Y2⁢Z2+9⁢X⁢Y4⁢Z+121⁢X⁢Y3⁢Z+22⁢X⁢Y2⁢Z+33⁢X⁢Y⁢Z2X4Y6Z414X4Y5Z48X2Y9Z26X4Y4Z412X2Y8Z223X2Y7Z223X2Y6Z29XY8Z32X2Y5Z233XY7Z18X2Y4Z222XY6Z26X2Y3Z219XY5Z20X2Y2Z29XY4Z121XY3Z22XY2Z33XYZ2*X^4*Y^6*Z^4+14*X^4*Y^5*Z^4+8*X^2*Y^9*Z^2+6*X^4*Y^4*Z^4+12*X^2*Y^8*Z^2+23*X^2*Y^7*Z^2+23*X^2*Y^6*Z^2+9*X*Y^8*Z+32*X^2*Y^5*Z^2+33*X*Y^7*Z+18*X^2*Y^4*Z^2+22*X*Y^6*Z+26*X^2*Y^3*Z^2+19*X*Y^5*Z+20*X^2*Y^2*Z^2+9*X*Y^4*Z+121*X*Y^3*Z+22*X*Y^2*Z+33*X*Y*Z

Algorithm definition

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