Description of fast matrix multiplication algorithm: ⟨6×13×15:763⟩

Algorithm type

13⁢X4⁢Y5⁢Z4+27⁢X4⁢Y4⁢Z4+4⁢X2⁢Y7⁢Z2+2⁢X2⁢Y5⁢Z4+2⁢X2⁢Y3⁢Z6+4⁢X6⁢Y2⁢Z2+X3⁢Y6⁢Z+9⁢X2⁢Y6⁢Z2+2⁢X2⁢Y4⁢Z4+6⁢X2⁢Y2⁢Z6+2⁢X⁢Y8⁢Z+2⁢X4⁢Y3⁢Z2+27⁢X2⁢Y5⁢Z2+8⁢X2⁢Y3⁢Z4+X⁢Y7⁢Z+2⁢X⁢Y6⁢Z2+2⁢X4⁢Y2⁢Z2+X3⁢Y4⁢Z+59⁢X2⁢Y4⁢Z2+18⁢X2⁢Y2⁢Z4+14⁢X⁢Y6⁢Z+X⁢Y4⁢Z3+15⁢X3⁢Y3⁢Z+5⁢X2⁢Y4⁢Z+60⁢X2⁢Y3⁢Z2+31⁢X⁢Y5⁢Z+4⁢X⁢Y4⁢Z2+10⁢X⁢Y3⁢Z3+10⁢X3⁢Y2⁢Z+15⁢X2⁢Y3⁢Z+82⁢X2⁢Y2⁢Z2+40⁢X⁢Y4⁢Z+21⁢X⁢Y3⁢Z2+10⁢X⁢Y2⁢Z3+13⁢X3⁢Y⁢Z+4⁢X2⁢Y2⁢Z+X2⁢Y⁢Z2+59⁢X⁢Y3⁢Z+21⁢X⁢Y2⁢Z2+35⁢X⁢Y⁢Z3+4⁢X2⁢Y⁢Z+50⁢X⁢Y2⁢Z+28⁢X⁢Y⁢Z2+38⁢X⁢Y⁢Z13X4Y5Z427X4Y4Z44X2Y7Z22X2Y5Z42X2Y3Z64X6Y2Z2X3Y6Z9X2Y6Z22X2Y4Z46X2Y2Z62XY8Z2X4Y3Z227X2Y5Z28X2Y3Z4XY7Z2XY6Z22X4Y2Z2X3Y4Z59X2Y4Z218X2Y2Z414XY6ZXY4Z315X3Y3Z5X2Y4Z60X2Y3Z231XY5Z4XY4Z210XY3Z310X3Y2Z15X2Y3Z82X2Y2Z240XY4Z21XY3Z210XY2Z313X3YZ4X2Y2ZX2YZ259XY3Z21XY2Z235XYZ34X2YZ50XY2Z28XYZ238XYZ13*X^4*Y^5*Z^4+27*X^4*Y^4*Z^4+4*X^2*Y^7*Z^2+2*X^2*Y^5*Z^4+2*X^2*Y^3*Z^6+4*X^6*Y^2*Z^2+X^3*Y^6*Z+9*X^2*Y^6*Z^2+2*X^2*Y^4*Z^4+6*X^2*Y^2*Z^6+2*X*Y^8*Z+2*X^4*Y^3*Z^2+27*X^2*Y^5*Z^2+8*X^2*Y^3*Z^4+X*Y^7*Z+2*X*Y^6*Z^2+2*X^4*Y^2*Z^2+X^3*Y^4*Z+59*X^2*Y^4*Z^2+18*X^2*Y^2*Z^4+14*X*Y^6*Z+X*Y^4*Z^3+15*X^3*Y^3*Z+5*X^2*Y^4*Z+60*X^2*Y^3*Z^2+31*X*Y^5*Z+4*X*Y^4*Z^2+10*X*Y^3*Z^3+10*X^3*Y^2*Z+15*X^2*Y^3*Z+82*X^2*Y^2*Z^2+40*X*Y^4*Z+21*X*Y^3*Z^2+10*X*Y^2*Z^3+13*X^3*Y*Z+4*X^2*Y^2*Z+X^2*Y*Z^2+59*X*Y^3*Z+21*X*Y^2*Z^2+35*X*Y*Z^3+4*X^2*Y*Z+50*X*Y^2*Z+28*X*Y*Z^2+38*X*Y*Z

Algorithm definition

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