Description of fast matrix multiplication algorithm: ⟨4×13×16:560⟩

Algorithm type

6⁢X4⁢Y6⁢Z4+4⁢X4⁢Y5⁢Z4+14⁢X4⁢Y4⁢Z4+9⁢X2⁢Y8⁢Z2+4⁢X⁢Y10⁢Z+10⁢X2⁢Y7⁢Z2+6⁢X⁢Y9⁢Z+20⁢X2⁢Y6⁢Z2+5⁢X⁢Y8⁢Z+28⁢X2⁢Y5⁢Z2+13⁢X⁢Y7⁢Z+61⁢X2⁢Y4⁢Z2+17⁢X⁢Y6⁢Z+X2⁢Y4⁢Z+7⁢X2⁢Y3⁢Z2+32⁢X⁢Y5⁢Z+X⁢Y4⁢Z2+64⁢X2⁢Y2⁢Z2+103⁢X⁢Y4⁢Z+3⁢X2⁢Y⁢Z2+35⁢X⁢Y3⁢Z+27⁢X⁢Y2⁢Z+90⁢X⁢Y⁢Z6X4Y6Z44X4Y5Z414X4Y4Z49X2Y8Z24XY10Z10X2Y7Z26XY9Z20X2Y6Z25XY8Z28X2Y5Z213XY7Z61X2Y4Z217XY6ZX2Y4Z7X2Y3Z232XY5ZXY4Z264X2Y2Z2103XY4Z3X2YZ235XY3Z27XY2Z90XYZ6*X^4*Y^6*Z^4+4*X^4*Y^5*Z^4+14*X^4*Y^4*Z^4+9*X^2*Y^8*Z^2+4*X*Y^10*Z+10*X^2*Y^7*Z^2+6*X*Y^9*Z+20*X^2*Y^6*Z^2+5*X*Y^8*Z+28*X^2*Y^5*Z^2+13*X*Y^7*Z+61*X^2*Y^4*Z^2+17*X*Y^6*Z+X^2*Y^4*Z+7*X^2*Y^3*Z^2+32*X*Y^5*Z+X*Y^4*Z^2+64*X^2*Y^2*Z^2+103*X*Y^4*Z+3*X^2*Y*Z^2+35*X*Y^3*Z+27*X*Y^2*Z+90*X*Y*Z

Algorithm definition

The algorithm ⟨4×13×16:560⟩ 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