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

Algorithm type

20X4Y4Z4+13X4Y3Z4+2X2Y3Z6+8X6Y2Z2+12X4Y2Z4+10X2Y6Z2+4X2Y4Z4+4X2Y2Z6+4X6YZ2+3X4YZ4+28X2Y5Z2+9X2Y3Z4+2X2YZ6+3XY7Z+3X4Y2Z2+76X2Y4Z2+30X2Y2Z4+7XY6Z+2XY5Z2+X4YZ2+5X3Y3Z+34X2Y3Z2+9X2YZ4+3XY5Z+4XY4Z2+8XY3Z3+4X3Y2Z+2X2Y3Z+21X2Y2Z2+8XY4Z+37XY3Z2+5XY2Z3+9X3YZ+X2Y2Z+7X2YZ2+147XY3Z+18XY2Z2+3XYZ3+3X2YZ+11XY2Z+33XYZ2+11XYZ20X4Y4Z413X4Y3Z42X2Y3Z68X6Y2Z212X4Y2Z410X2Y6Z24X2Y4Z44X2Y2Z64X6YZ23X4YZ428X2Y5Z29X2Y3Z42X2YZ63XY7Z3X4Y2Z276X2Y4Z230X2Y2Z47XY6Z2XY5Z2X4YZ25X3Y3Z34X2Y3Z29X2YZ43XY5Z4XY4Z28XY3Z34X3Y2Z2X2Y3Z21X2Y2Z28XY4Z37XY3Z25XY2Z39X3YZX2Y2Z7X2YZ2147XY3Z18XY2Z23XYZ33X2YZ11XY2Z33XYZ211XYZ20*X^4*Y^4*Z^4+13*X^4*Y^3*Z^4+2*X^2*Y^3*Z^6+8*X^6*Y^2*Z^2+12*X^4*Y^2*Z^4+10*X^2*Y^6*Z^2+4*X^2*Y^4*Z^4+4*X^2*Y^2*Z^6+4*X^6*Y*Z^2+3*X^4*Y*Z^4+28*X^2*Y^5*Z^2+9*X^2*Y^3*Z^4+2*X^2*Y*Z^6+3*X*Y^7*Z+3*X^4*Y^2*Z^2+76*X^2*Y^4*Z^2+30*X^2*Y^2*Z^4+7*X*Y^6*Z+2*X*Y^5*Z^2+X^4*Y*Z^2+5*X^3*Y^3*Z+34*X^2*Y^3*Z^2+9*X^2*Y*Z^4+3*X*Y^5*Z+4*X*Y^4*Z^2+8*X*Y^3*Z^3+4*X^3*Y^2*Z+2*X^2*Y^3*Z+21*X^2*Y^2*Z^2+8*X*Y^4*Z+37*X*Y^3*Z^2+5*X*Y^2*Z^3+9*X^3*Y*Z+X^2*Y^2*Z+7*X^2*Y*Z^2+147*X*Y^3*Z+18*X*Y^2*Z^2+3*X*Y*Z^3+3*X^2*Y*Z+11*X*Y^2*Z+33*X*Y*Z^2+11*X*Y*Z

Algorithm definition

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