Description of fast matrix multiplication algorithm: ⟨6×13×16:798⟩

Algorithm type

24⁢X4⁢Y10⁢Z4+36⁢X2⁢Y10⁢Z2+20⁢X2⁢Y9⁢Z2+28⁢X2⁢Y7⁢Z4+22⁢X4⁢Y4⁢Z4+6⁢X3⁢Y5⁢Z4+20⁢X2⁢Y6⁢Z4+16⁢X⁢Y10⁢Z+16⁢X⁢Y9⁢Z+10⁢X6⁢Y2⁢Z2+6⁢X4⁢Y4⁢Z2+21⁢X2⁢Y6⁢Z2+14⁢X2⁢Y2⁢Z6+2⁢X⁢Y8⁢Z+22⁢X⁢Y7⁢Z2+X3⁢Y5⁢Z+9⁢X2⁢Y5⁢Z2+5⁢X⁢Y7⁢Z+24⁢X⁢Y6⁢Z2+6⁢X3⁢Y4⁢Z+25⁢X2⁢Y4⁢Z2+13⁢X⁢Y6⁢Z+6⁢X⁢Y5⁢Z2+10⁢X3⁢Y3⁢Z+18⁢X2⁢Y3⁢Z2+5⁢X⁢Y5⁢Z+10⁢X⁢Y3⁢Z3+8⁢X3⁢Y2⁢Z+99⁢X2⁢Y2⁢Z2+8⁢X⁢Y4⁢Z+8⁢X⁢Y2⁢Z3+27⁢X3⁢Y⁢Z+44⁢X⁢Y3⁢Z+60⁢X⁢Y2⁢Z2+34⁢X⁢Y⁢Z3+52⁢X⁢Y2⁢Z+36⁢X⁢Y⁢Z2+27⁢X⁢Y⁢Z24X4Y10Z436X2Y10Z220X2Y9Z228X2Y7Z422X4Y4Z46X3Y5Z420X2Y6Z416XY10Z16XY9Z10X6Y2Z26X4Y4Z221X2Y6Z214X2Y2Z62XY8Z22XY7Z2X3Y5Z9X2Y5Z25XY7Z24XY6Z26X3Y4Z25X2Y4Z213XY6Z6XY5Z210X3Y3Z18X2Y3Z25XY5Z10XY3Z38X3Y2Z99X2Y2Z28XY4Z8XY2Z327X3YZ44XY3Z60XY2Z234XYZ352XY2Z36XYZ227XYZ24*X^4*Y^10*Z^4+36*X^2*Y^10*Z^2+20*X^2*Y^9*Z^2+28*X^2*Y^7*Z^4+22*X^4*Y^4*Z^4+6*X^3*Y^5*Z^4+20*X^2*Y^6*Z^4+16*X*Y^10*Z+16*X*Y^9*Z+10*X^6*Y^2*Z^2+6*X^4*Y^4*Z^2+21*X^2*Y^6*Z^2+14*X^2*Y^2*Z^6+2*X*Y^8*Z+22*X*Y^7*Z^2+X^3*Y^5*Z+9*X^2*Y^5*Z^2+5*X*Y^7*Z+24*X*Y^6*Z^2+6*X^3*Y^4*Z+25*X^2*Y^4*Z^2+13*X*Y^6*Z+6*X*Y^5*Z^2+10*X^3*Y^3*Z+18*X^2*Y^3*Z^2+5*X*Y^5*Z+10*X*Y^3*Z^3+8*X^3*Y^2*Z+99*X^2*Y^2*Z^2+8*X*Y^4*Z+8*X*Y^2*Z^3+27*X^3*Y*Z+44*X*Y^3*Z+60*X*Y^2*Z^2+34*X*Y*Z^3+52*X*Y^2*Z+36*X*Y*Z^2+27*X*Y*Z

Algorithm definition

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