Description of fast matrix multiplication algorithm: ⟨8×12×13:784⟩

Algorithm type

4X4Y6Z4+16X4Y5Z4+29X4Y4Z4+X2Y8Z2+XY9Z2+X6Y3Z2+10X4Y3Z4+X3Y6Z2+X6Y2Z2+X4Y4Z2+3X4Y2Z4+4X3Y5Z2+2X2Y7Z+9X2Y6Z2+3X2Y2Z6+2XY7Z2+2X6YZ2+2X4Y3Z2+5X3Y4Z2+73X2Y5Z2+2XY6Z2+3X4Y2Z2+3X3Y3Z2+4X2Y5Z+56X2Y4Z2+X2Y2Z4+XY5Z2+10X3Y3Z+3X3Y2Z2+4X2Y4Z+83X2Y3Z2+5XY4Z2+2XY3Z3+4X3Y2Z+13X2Y3Z+55X2Y2Z2+2XY3Z2+2XY2Z3+2X3YZ+2X2Y2Z+9X2YZ2+186XY3Z+3XY2Z2+5X2YZ+102XY2Z+52XYZ4X4Y6Z416X4Y5Z429X4Y4Z4X2Y8Z2XY9Z2X6Y3Z210X4Y3Z4X3Y6Z2X6Y2Z2X4Y4Z23X4Y2Z44X3Y5Z22X2Y7Z9X2Y6Z23X2Y2Z62XY7Z22X6YZ22X4Y3Z25X3Y4Z273X2Y5Z22XY6Z23X4Y2Z23X3Y3Z24X2Y5Z56X2Y4Z2X2Y2Z4XY5Z210X3Y3Z3X3Y2Z24X2Y4Z83X2Y3Z25XY4Z22XY3Z34X3Y2Z13X2Y3Z55X2Y2Z22XY3Z22XY2Z32X3YZ2X2Y2Z9X2YZ2186XY3Z3XY2Z25X2YZ102XY2Z52XYZ4*X^4*Y^6*Z^4+16*X^4*Y^5*Z^4+29*X^4*Y^4*Z^4+X^2*Y^8*Z^2+X*Y^9*Z^2+X^6*Y^3*Z^2+10*X^4*Y^3*Z^4+X^3*Y^6*Z^2+X^6*Y^2*Z^2+X^4*Y^4*Z^2+3*X^4*Y^2*Z^4+4*X^3*Y^5*Z^2+2*X^2*Y^7*Z+9*X^2*Y^6*Z^2+3*X^2*Y^2*Z^6+2*X*Y^7*Z^2+2*X^6*Y*Z^2+2*X^4*Y^3*Z^2+5*X^3*Y^4*Z^2+73*X^2*Y^5*Z^2+2*X*Y^6*Z^2+3*X^4*Y^2*Z^2+3*X^3*Y^3*Z^2+4*X^2*Y^5*Z+56*X^2*Y^4*Z^2+X^2*Y^2*Z^4+X*Y^5*Z^2+10*X^3*Y^3*Z+3*X^3*Y^2*Z^2+4*X^2*Y^4*Z+83*X^2*Y^3*Z^2+5*X*Y^4*Z^2+2*X*Y^3*Z^3+4*X^3*Y^2*Z+13*X^2*Y^3*Z+55*X^2*Y^2*Z^2+2*X*Y^3*Z^2+2*X*Y^2*Z^3+2*X^3*Y*Z+2*X^2*Y^2*Z+9*X^2*Y*Z^2+186*X*Y^3*Z+3*X*Y^2*Z^2+5*X^2*Y*Z+102*X*Y^2*Z+52*X*Y*Z

Algorithm definition

The algorithm ⟨8×12×13:784⟩ 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