Description of fast matrix multiplication algorithm: ⟨7×10×15:694⟩

Algorithm type

20X4Y4Z4+20X4Y4Z3+3X2Y6Z3+11X2Y6Z2+2X2Y6Z+6X2Y4Z3+25X2Y2Z5+26X2Y4Z2+25X2Y2Z4+XY2Z5+4X3Y2Z2+4X3YZ3+8X2Y4Z+52X2Y2Z3+11XY3Z3+XY2Z4+6XYZ5+2X3Y2Z+2X3YZ2+93X2Y2Z2+2X2YZ3+15XY3Z2+44XY2Z3+6XYZ4+6X3YZ+13X2Y2Z+5X2YZ2+19XY3Z+43XY2Z2+56XYZ3+2X2YZ+49XY2Z+51XYZ2+61XYZ20X4Y4Z420X4Y4Z33X2Y6Z311X2Y6Z22X2Y6Z6X2Y4Z325X2Y2Z526X2Y4Z225X2Y2Z4XY2Z54X3Y2Z24X3YZ38X2Y4Z52X2Y2Z311XY3Z3XY2Z46XYZ52X3Y2Z2X3YZ293X2Y2Z22X2YZ315XY3Z244XY2Z36XYZ46X3YZ13X2Y2Z5X2YZ219XY3Z43XY2Z256XYZ32X2YZ49XY2Z51XYZ261XYZ20*X^4*Y^4*Z^4+20*X^4*Y^4*Z^3+3*X^2*Y^6*Z^3+11*X^2*Y^6*Z^2+2*X^2*Y^6*Z+6*X^2*Y^4*Z^3+25*X^2*Y^2*Z^5+26*X^2*Y^4*Z^2+25*X^2*Y^2*Z^4+X*Y^2*Z^5+4*X^3*Y^2*Z^2+4*X^3*Y*Z^3+8*X^2*Y^4*Z+52*X^2*Y^2*Z^3+11*X*Y^3*Z^3+X*Y^2*Z^4+6*X*Y*Z^5+2*X^3*Y^2*Z+2*X^3*Y*Z^2+93*X^2*Y^2*Z^2+2*X^2*Y*Z^3+15*X*Y^3*Z^2+44*X*Y^2*Z^3+6*X*Y*Z^4+6*X^3*Y*Z+13*X^2*Y^2*Z+5*X^2*Y*Z^2+19*X*Y^3*Z+43*X*Y^2*Z^2+56*X*Y*Z^3+2*X^2*Y*Z+49*X*Y^2*Z+51*X*Y*Z^2+61*X*Y*Z

Algorithm definition

The algorithm ⟨7×10×15:694⟩ 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