Description of fast matrix multiplication algorithm: ⟨13×14×14:1614⟩

Algorithm type

72⁢X4⁢Y4⁢Z4+12⁢X4⁢Y4⁢Z3+20⁢X4⁢Y3⁢Z4+12⁢X4⁢Y3⁢Z3+12⁢X3⁢Y4⁢Z3+4⁢X3⁢Y3⁢Z3+31⁢X4⁢Y2⁢Z2+29⁢X2⁢Y4⁢Z2+188⁢X2⁢Y2⁢Z4+6⁢X4⁢Y⁢Z2+6⁢X3⁢Y2⁢Z2+4⁢X2⁢Y4⁢Z+10⁢X2⁢Y3⁢Z2+58⁢X2⁢Y2⁢Z3+4⁢X2⁢Y3⁢Z+298⁢X2⁢Y2⁢Z2+40⁢X⁢Y⁢Z4+14⁢X2⁢Y2⁢Z+82⁢X2⁢Y⁢Z2+82⁢X⁢Y2⁢Z2+8⁢X⁢Y⁢Z3+80⁢X2⁢Y⁢Z+88⁢X⁢Y2⁢Z+236⁢X⁢Y⁢Z2+218⁢X⁢Y⁢Z72X4Y4Z412X4Y4Z320X4Y3Z412X4Y3Z312X3Y4Z34X3Y3Z331X4Y2Z229X2Y4Z2188X2Y2Z46X4YZ26X3Y2Z24X2Y4Z10X2Y3Z258X2Y2Z34X2Y3Z298X2Y2Z240XYZ414X2Y2Z82X2YZ282XY2Z28XYZ380X2YZ88XY2Z236XYZ2218XYZ72*X^4*Y^4*Z^4+12*X^4*Y^4*Z^3+20*X^4*Y^3*Z^4+12*X^4*Y^3*Z^3+12*X^3*Y^4*Z^3+4*X^3*Y^3*Z^3+31*X^4*Y^2*Z^2+29*X^2*Y^4*Z^2+188*X^2*Y^2*Z^4+6*X^4*Y*Z^2+6*X^3*Y^2*Z^2+4*X^2*Y^4*Z+10*X^2*Y^3*Z^2+58*X^2*Y^2*Z^3+4*X^2*Y^3*Z+298*X^2*Y^2*Z^2+40*X*Y*Z^4+14*X^2*Y^2*Z+82*X^2*Y*Z^2+82*X*Y^2*Z^2+8*X*Y*Z^3+80*X^2*Y*Z+88*X*Y^2*Z+236*X*Y*Z^2+218*X*Y*Z

Algorithm definition

The algorithm ⟨13×14×14:1614⟩ 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