Description of fast matrix multiplication algorithm: ⟨10×10×12:766⟩

Algorithm type

40X4Y4Z4+X4Y2Z4+X2Y6Z2+X2Y2Z6+11X4Y2Z2+X3Y3Z2+17X2Y4Z2+16X2Y2Z4+X3Y2Z2+2X2Y2Z3+XY5Z+XYZ5+2X2Y3Z+263X2Y2Z2+X2YZ3+3XY4Z+2XYZ4+3X2Y2Z+9X2YZ2+7XY3Z+9XYZ3+71X2YZ+99XY2Z+93XYZ2+111XYZ40X4Y4Z4X4Y2Z4X2Y6Z2X2Y2Z611X4Y2Z2X3Y3Z217X2Y4Z216X2Y2Z4X3Y2Z22X2Y2Z3XY5ZXYZ52X2Y3Z263X2Y2Z2X2YZ33XY4Z2XYZ43X2Y2Z9X2YZ27XY3Z9XYZ371X2YZ99XY2Z93XYZ2111XYZ40*X^4*Y^4*Z^4+X^4*Y^2*Z^4+X^2*Y^6*Z^2+X^2*Y^2*Z^6+11*X^4*Y^2*Z^2+X^3*Y^3*Z^2+17*X^2*Y^4*Z^2+16*X^2*Y^2*Z^4+X^3*Y^2*Z^2+2*X^2*Y^2*Z^3+X*Y^5*Z+X*Y*Z^5+2*X^2*Y^3*Z+263*X^2*Y^2*Z^2+X^2*Y*Z^3+3*X*Y^4*Z+2*X*Y*Z^4+3*X^2*Y^2*Z+9*X^2*Y*Z^2+7*X*Y^3*Z+9*X*Y*Z^3+71*X^2*Y*Z+99*X*Y^2*Z+93*X*Y*Z^2+111*X*Y*Z

Algorithm definition

The algorithm ⟨10×10×12:766⟩ 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