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

Algorithm type

26X4Y4Z4+2X4Y4Z3+5X4Y3Z4+3X3Y4Z4+6X4Y3Z3+26X3Y3Z4+2X3Y3Z3+33X4Y2Z2+56X3Y3Z2+29X2Y4Z2+61X2Y2Z4+4XYZ6+2X4Y2Z+5X4YZ2+48X3Y3Z+9X3Y2Z2+2X2Y4Z+15X2Y3Z2+10X2Y2Z3+3XY4Z2+2X4YZ+11X3YZ2+2X2Y3Z+61X2Y2Z2+7XY3Z2+4XYZ4+12X3YZ+6X2Y2Z+54X2YZ2+6XY3Z+50XY2Z2+6XYZ3+40X2YZ+46XY2Z+37XYZ2+24XYZ26X4Y4Z42X4Y4Z35X4Y3Z43X3Y4Z46X4Y3Z326X3Y3Z42X3Y3Z333X4Y2Z256X3Y3Z229X2Y4Z261X2Y2Z44XYZ62X4Y2Z5X4YZ248X3Y3Z9X3Y2Z22X2Y4Z15X2Y3Z210X2Y2Z33XY4Z22X4YZ11X3YZ22X2Y3Z61X2Y2Z27XY3Z24XYZ412X3YZ6X2Y2Z54X2YZ26XY3Z50XY2Z26XYZ340X2YZ46XY2Z37XYZ224XYZ26*X^4*Y^4*Z^4+2*X^4*Y^4*Z^3+5*X^4*Y^3*Z^4+3*X^3*Y^4*Z^4+6*X^4*Y^3*Z^3+26*X^3*Y^3*Z^4+2*X^3*Y^3*Z^3+33*X^4*Y^2*Z^2+56*X^3*Y^3*Z^2+29*X^2*Y^4*Z^2+61*X^2*Y^2*Z^4+4*X*Y*Z^6+2*X^4*Y^2*Z+5*X^4*Y*Z^2+48*X^3*Y^3*Z+9*X^3*Y^2*Z^2+2*X^2*Y^4*Z+15*X^2*Y^3*Z^2+10*X^2*Y^2*Z^3+3*X*Y^4*Z^2+2*X^4*Y*Z+11*X^3*Y*Z^2+2*X^2*Y^3*Z+61*X^2*Y^2*Z^2+7*X*Y^3*Z^2+4*X*Y*Z^4+12*X^3*Y*Z+6*X^2*Y^2*Z+54*X^2*Y*Z^2+6*X*Y^3*Z+50*X*Y^2*Z^2+6*X*Y*Z^3+40*X^2*Y*Z+46*X*Y^2*Z+37*X*Y*Z^2+24*X*Y*Z

Algorithm definition

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