Description of fast matrix multiplication algorithm: ⟨9×11×15:956⟩

Algorithm type

2X4Y6Z4+8X4Y5Z4+6X6Y4Z2+6X5Y3Z4+36X4Y4Z4+6X2Y8Z2+X6Y3Z2+4X4Y5Z2+X3Y6Z2+3X3Y2Z6+X2Y7Z2+X2Y3Z6+12X6Y2Z2+6X4Y2Z4+4X3Y5Z2+3X3Y3Z4+8X2Y6Z2+9X2Y4Z4+15X2Y2Z6+XY8Z+4X4Y3Z2+5X3Y2Z4+3X2Y6Z+14X2Y5Z2+18X2Y3Z4+4X2YZ6+XY7Z+XY2Z6+4X3Y3Z2+13X3YZ4+5X2Y5Z+17X2Y4Z2+X2Y3Z3+98X2Y2Z4+8XY6Z+XY5Z2+32XYZ6+X4Y2Z+7X3Y3Z+23X3Y2Z2+22X2Y3Z2+3X2YZ4+7XY5Z+14XY4Z2+17XY2Z4+18X3Y2Z+38X3YZ2+22X2Y3Z+100X2Y2Z2+13X2YZ3+13XY4Z+21XY3Z2+23XYZ4+25X3YZ+4X2Y2Z+7X2YZ2+26XY3Z+54XY2Z2+42XYZ3+40XY2Z+50XYZ2+4XYZ2X4Y6Z48X4Y5Z46X6Y4Z26X5Y3Z436X4Y4Z46X2Y8Z2X6Y3Z24X4Y5Z2X3Y6Z23X3Y2Z6X2Y7Z2X2Y3Z612X6Y2Z26X4Y2Z44X3Y5Z23X3Y3Z48X2Y6Z29X2Y4Z415X2Y2Z6XY8Z4X4Y3Z25X3Y2Z43X2Y6Z14X2Y5Z218X2Y3Z44X2YZ6XY7ZXY2Z64X3Y3Z213X3YZ45X2Y5Z17X2Y4Z2X2Y3Z398X2Y2Z48XY6ZXY5Z232XYZ6X4Y2Z7X3Y3Z23X3Y2Z222X2Y3Z23X2YZ47XY5Z14XY4Z217XY2Z418X3Y2Z38X3YZ222X2Y3Z100X2Y2Z213X2YZ313XY4Z21XY3Z223XYZ425X3YZ4X2Y2Z7X2YZ226XY3Z54XY2Z242XYZ340XY2Z50XYZ24XYZ2*X^4*Y^6*Z^4+8*X^4*Y^5*Z^4+6*X^6*Y^4*Z^2+6*X^5*Y^3*Z^4+36*X^4*Y^4*Z^4+6*X^2*Y^8*Z^2+X^6*Y^3*Z^2+4*X^4*Y^5*Z^2+X^3*Y^6*Z^2+3*X^3*Y^2*Z^6+X^2*Y^7*Z^2+X^2*Y^3*Z^6+12*X^6*Y^2*Z^2+6*X^4*Y^2*Z^4+4*X^3*Y^5*Z^2+3*X^3*Y^3*Z^4+8*X^2*Y^6*Z^2+9*X^2*Y^4*Z^4+15*X^2*Y^2*Z^6+X*Y^8*Z+4*X^4*Y^3*Z^2+5*X^3*Y^2*Z^4+3*X^2*Y^6*Z+14*X^2*Y^5*Z^2+18*X^2*Y^3*Z^4+4*X^2*Y*Z^6+X*Y^7*Z+X*Y^2*Z^6+4*X^3*Y^3*Z^2+13*X^3*Y*Z^4+5*X^2*Y^5*Z+17*X^2*Y^4*Z^2+X^2*Y^3*Z^3+98*X^2*Y^2*Z^4+8*X*Y^6*Z+X*Y^5*Z^2+32*X*Y*Z^6+X^4*Y^2*Z+7*X^3*Y^3*Z+23*X^3*Y^2*Z^2+22*X^2*Y^3*Z^2+3*X^2*Y*Z^4+7*X*Y^5*Z+14*X*Y^4*Z^2+17*X*Y^2*Z^4+18*X^3*Y^2*Z+38*X^3*Y*Z^2+22*X^2*Y^3*Z+100*X^2*Y^2*Z^2+13*X^2*Y*Z^3+13*X*Y^4*Z+21*X*Y^3*Z^2+23*X*Y*Z^4+25*X^3*Y*Z+4*X^2*Y^2*Z+7*X^2*Y*Z^2+26*X*Y^3*Z+54*X*Y^2*Z^2+42*X*Y*Z^3+40*X*Y^2*Z+50*X*Y*Z^2+4*X*Y*Z

Algorithm definition

The algorithm ⟨9×11×15:956⟩ 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