Description of fast matrix multiplication algorithm: ⟨5×15×15:761⟩

Algorithm type

15⁢X4⁢Y4⁢Z4+3⁢X2⁢Y8⁢Z2+X⁢Y9⁢Z2+3⁢X5⁢Y4⁢Z2+3⁢X4⁢Y4⁢Z2+36⁢X3⁢Y4⁢Z3+3⁢X2⁢Y6⁢Z2+4⁢X2⁢Y4⁢Z4+8⁢X⁢Y8⁢Z+2⁢X⁢Y6⁢Z3+X⁢Y4⁢Z5+9⁢X5⁢Y2⁢Z2+X2⁢Y6⁢Z+12⁢X2⁢Y2⁢Z5+X⁢Y6⁢Z2+2⁢X5⁢Y2⁢Z+3⁢X4⁢Y2⁢Z2+4⁢X3⁢Y4⁢Z+109⁢X2⁢Y4⁢Z2+3⁢X2⁢Y2⁢Z4+19⁢X⁢Y6⁢Z+2⁢X⁢Y4⁢Z3+X⁢Y2⁢Z5+2⁢X5⁢Y⁢Z+2⁢X3⁢Y3⁢Z+5⁢X3⁢Y2⁢Z2+4⁢X2⁢Y4⁢Z+X2⁢Y2⁢Z3+X⁢Y5⁢Z+9⁢X⁢Y4⁢Z2+X⁢Y3⁢Z3+X⁢Y2⁢Z4+2⁢X⁢Y⁢Z5+16⁢X3⁢Y2⁢Z+89⁢X2⁢Y2⁢Z2+X2⁢Y⁢Z3+67⁢X⁢Y4⁢Z+2⁢X⁢Y3⁢Z2+18⁢X⁢Y2⁢Z3+2⁢X⁢Y⁢Z4+17⁢X3⁢Y⁢Z+17⁢X2⁢Y2⁢Z+X2⁢Y⁢Z2+21⁢X⁢Y3⁢Z+17⁢X⁢Y2⁢Z2+20⁢X⁢Y⁢Z3+7⁢X2⁢Y⁢Z+125⁢X⁢Y2⁢Z+7⁢X⁢Y⁢Z2+61⁢X⁢Y⁢Z15X4Y4Z43X2Y8Z2XY9Z23X5Y4Z23X4Y4Z236X3Y4Z33X2Y6Z24X2Y4Z48XY8Z2XY6Z3XY4Z59X5Y2Z2X2Y6Z12X2Y2Z5XY6Z22X5Y2Z3X4Y2Z24X3Y4Z109X2Y4Z23X2Y2Z419XY6Z2XY4Z3XY2Z52X5YZ2X3Y3Z5X3Y2Z24X2Y4ZX2Y2Z3XY5Z9XY4Z2XY3Z3XY2Z42XYZ516X3Y2Z89X2Y2Z2X2YZ367XY4Z2XY3Z218XY2Z32XYZ417X3YZ17X2Y2ZX2YZ221XY3Z17XY2Z220XYZ37X2YZ125XY2Z7XYZ261XYZ15*X^4*Y^4*Z^4+3*X^2*Y^8*Z^2+X*Y^9*Z^2+3*X^5*Y^4*Z^2+3*X^4*Y^4*Z^2+36*X^3*Y^4*Z^3+3*X^2*Y^6*Z^2+4*X^2*Y^4*Z^4+8*X*Y^8*Z+2*X*Y^6*Z^3+X*Y^4*Z^5+9*X^5*Y^2*Z^2+X^2*Y^6*Z+12*X^2*Y^2*Z^5+X*Y^6*Z^2+2*X^5*Y^2*Z+3*X^4*Y^2*Z^2+4*X^3*Y^4*Z+109*X^2*Y^4*Z^2+3*X^2*Y^2*Z^4+19*X*Y^6*Z+2*X*Y^4*Z^3+X*Y^2*Z^5+2*X^5*Y*Z+2*X^3*Y^3*Z+5*X^3*Y^2*Z^2+4*X^2*Y^4*Z+X^2*Y^2*Z^3+X*Y^5*Z+9*X*Y^4*Z^2+X*Y^3*Z^3+X*Y^2*Z^4+2*X*Y*Z^5+16*X^3*Y^2*Z+89*X^2*Y^2*Z^2+X^2*Y*Z^3+67*X*Y^4*Z+2*X*Y^3*Z^2+18*X*Y^2*Z^3+2*X*Y*Z^4+17*X^3*Y*Z+17*X^2*Y^2*Z+X^2*Y*Z^2+21*X*Y^3*Z+17*X*Y^2*Z^2+20*X*Y*Z^3+7*X^2*Y*Z+125*X*Y^2*Z+7*X*Y*Z^2+61*X*Y*Z

Algorithm definition

The algorithm ⟨5×15×15:761⟩ 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