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

Algorithm type

72X4Y4Z4+12X4Y4Z3+20X4Y3Z4+12X4Y3Z3+12X3Y4Z3+4X3Y3Z3+31X4Y2Z2+29X2Y4Z2+188X2Y2Z4+6X4YZ2+6X3Y2Z2+4X2Y4Z+10X2Y3Z2+58X2Y2Z3+4X2Y3Z+298X2Y2Z2+40XYZ4+14X2Y2Z+82X2YZ2+82XY2Z2+8XYZ3+80X2YZ+88XY2Z+236XYZ2+218XYZ72X4Y4Z412X4Y4Z320X4Y3Z412X4Y3Z312X3Y4Z34X3Y3Z331X4Y2Z229X2Y4Z2188X2Y2Z46X4YZ26X3Y2Z24X2Y4Z10X2Y3Z258X2Y2Z34X2Y3Z298X2Y2Z240XYZ414X2Y2Z82X2YZ282XY2Z28XYZ380X2YZ88XY2Z236XYZ2218XYZ72*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