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

Algorithm type

15X4Y4Z4+3X2Y8Z2+XY9Z2+3X5Y4Z2+3X4Y4Z2+36X3Y4Z3+3X2Y6Z2+4X2Y4Z4+8XY8Z+2XY6Z3+XY4Z5+9X5Y2Z2+X2Y6Z+12X2Y2Z5+XY6Z2+2X5Y2Z+3X4Y2Z2+4X3Y4Z+109X2Y4Z2+3X2Y2Z4+19XY6Z+2XY4Z3+XY2Z5+2X5YZ+2X3Y3Z+5X3Y2Z2+4X2Y4Z+X2Y2Z3+XY5Z+9XY4Z2+XY3Z3+XY2Z4+2XYZ5+16X3Y2Z+89X2Y2Z2+X2YZ3+67XY4Z+2XY3Z2+18XY2Z3+2XYZ4+17X3YZ+17X2Y2Z+X2YZ2+21XY3Z+17XY2Z2+20XYZ3+7X2YZ+125XY2Z+7XYZ2+61XYZ15X4Y4Z43X2Y8Z2XY9Z23X5Y4Z23X4Y4Z236X3Y4Z33X2Y6Z24X2Y4Z48XY8Z2XY6Z3XY4Z59X5Y2Z2X2Y6Z12X2Y2Z5XY6Z22X5Y2Z3X4Y2Z24X3Y4Z109X2Y4Z23X2Y2Z419XY6Z2XY4Z3XY2Z52X5YZ2X3Y3Z5X3Y2Z24X2Y4ZX2Y2Z3XY5Z9XY4Z2XY3Z3XY2Z42XYZ516X3Y2Z89X2Y2Z2X2YZ367XY4Z2XY3Z218XY2Z32XYZ417X3YZ17X2Y2ZX2YZ221XY3Z17XY2Z220XYZ37X2YZ125XY2Z7XYZ261XYZ15*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