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

Algorithm type

2X4Y6Z4+14X4Y5Z4+8X2Y9Z2+6X4Y4Z4+12X2Y8Z2+23X2Y7Z2+23X2Y6Z2+9XY8Z+32X2Y5Z2+33XY7Z+18X2Y4Z2+22XY6Z+26X2Y3Z2+19XY5Z+20X2Y2Z2+9XY4Z+121XY3Z+22XY2Z+33XYZ2X4Y6Z414X4Y5Z48X2Y9Z26X4Y4Z412X2Y8Z223X2Y7Z223X2Y6Z29XY8Z32X2Y5Z233XY7Z18X2Y4Z222XY6Z26X2Y3Z219XY5Z20X2Y2Z29XY4Z121XY3Z22XY2Z33XYZ2*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