Description of fast matrix multiplication algorithm: ⟨6×11×16:684⟩

Algorithm type

4X4Y6Z4+9X4Y5Z4+4X3Y8Z2+24X4Y4Z4+10X2Y8Z2+X4Y3Z4+X3Y4Z4+6X2Y7Z2+8X6Y2Z2+X3Y3Z4+28X2Y6Z2+13X2Y4Z4+10X2Y2Z6+15XY8Z+2X5Y2Z2+20X2Y5Z2+22X2Y3Z4+2XY7Z+3XY6Z2+2X4Y2Z2+19X2Y4Z2+X2Y2Z4+25XY6Z+8XY5Z2+11X3Y3Z+26X2Y3Z2+13XY5Z+20XY4Z2+8XY3Z3+4X2Y3Z+85X2Y2Z2+6XY4Z+24XY3Z2+2XY2Z3+31X3YZ+2X2YZ2+46XY3Z+57XY2Z2+34XYZ3+8X2YZ+46XY2Z+10XYZ2+13XYZ4X4Y6Z49X4Y5Z44X3Y8Z224X4Y4Z410X2Y8Z2X4Y3Z4X3Y4Z46X2Y7Z28X6Y2Z2X3Y3Z428X2Y6Z213X2Y4Z410X2Y2Z615XY8Z2X5Y2Z220X2Y5Z222X2Y3Z42XY7Z3XY6Z22X4Y2Z219X2Y4Z2X2Y2Z425XY6Z8XY5Z211X3Y3Z26X2Y3Z213XY5Z20XY4Z28XY3Z34X2Y3Z85X2Y2Z26XY4Z24XY3Z22XY2Z331X3YZ2X2YZ246XY3Z57XY2Z234XYZ38X2YZ46XY2Z10XYZ213XYZ4*X^4*Y^6*Z^4+9*X^4*Y^5*Z^4+4*X^3*Y^8*Z^2+24*X^4*Y^4*Z^4+10*X^2*Y^8*Z^2+X^4*Y^3*Z^4+X^3*Y^4*Z^4+6*X^2*Y^7*Z^2+8*X^6*Y^2*Z^2+X^3*Y^3*Z^4+28*X^2*Y^6*Z^2+13*X^2*Y^4*Z^4+10*X^2*Y^2*Z^6+15*X*Y^8*Z+2*X^5*Y^2*Z^2+20*X^2*Y^5*Z^2+22*X^2*Y^3*Z^4+2*X*Y^7*Z+3*X*Y^6*Z^2+2*X^4*Y^2*Z^2+19*X^2*Y^4*Z^2+X^2*Y^2*Z^4+25*X*Y^6*Z+8*X*Y^5*Z^2+11*X^3*Y^3*Z+26*X^2*Y^3*Z^2+13*X*Y^5*Z+20*X*Y^4*Z^2+8*X*Y^3*Z^3+4*X^2*Y^3*Z+85*X^2*Y^2*Z^2+6*X*Y^4*Z+24*X*Y^3*Z^2+2*X*Y^2*Z^3+31*X^3*Y*Z+2*X^2*Y*Z^2+46*X*Y^3*Z+57*X*Y^2*Z^2+34*X*Y*Z^3+8*X^2*Y*Z+46*X*Y^2*Z+10*X*Y*Z^2+13*X*Y*Z

Algorithm definition

The algorithm ⟨6×11×16:684⟩ 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