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

Algorithm type

20⁢X4⁢Y4⁢Z4+13⁢X4⁢Y3⁢Z4+2⁢X2⁢Y3⁢Z6+8⁢X6⁢Y2⁢Z2+12⁢X4⁢Y2⁢Z4+10⁢X2⁢Y6⁢Z2+4⁢X2⁢Y4⁢Z4+4⁢X2⁢Y2⁢Z6+4⁢X6⁢Y⁢Z2+3⁢X4⁢Y⁢Z4+28⁢X2⁢Y5⁢Z2+9⁢X2⁢Y3⁢Z4+2⁢X2⁢Y⁢Z6+3⁢X⁢Y7⁢Z+3⁢X4⁢Y2⁢Z2+76⁢X2⁢Y4⁢Z2+30⁢X2⁢Y2⁢Z4+7⁢X⁢Y6⁢Z+2⁢X⁢Y5⁢Z2+X4⁢Y⁢Z2+5⁢X3⁢Y3⁢Z+34⁢X2⁢Y3⁢Z2+9⁢X2⁢Y⁢Z4+3⁢X⁢Y5⁢Z+4⁢X⁢Y4⁢Z2+8⁢X⁢Y3⁢Z3+4⁢X3⁢Y2⁢Z+2⁢X2⁢Y3⁢Z+21⁢X2⁢Y2⁢Z2+8⁢X⁢Y4⁢Z+37⁢X⁢Y3⁢Z2+5⁢X⁢Y2⁢Z3+9⁢X3⁢Y⁢Z+X2⁢Y2⁢Z+7⁢X2⁢Y⁢Z2+147⁢X⁢Y3⁢Z+18⁢X⁢Y2⁢Z2+3⁢X⁢Y⁢Z3+3⁢X2⁢Y⁢Z+11⁢X⁢Y2⁢Z+33⁢X⁢Y⁢Z2+11⁢X⁢Y⁢Z20X4Y4Z413X4Y3Z42X2Y3Z68X6Y2Z212X4Y2Z410X2Y6Z24X2Y4Z44X2Y2Z64X6YZ23X4YZ428X2Y5Z29X2Y3Z42X2YZ63XY7Z3X4Y2Z276X2Y4Z230X2Y2Z47XY6Z2XY5Z2X4YZ25X3Y3Z34X2Y3Z29X2YZ43XY5Z4XY4Z28XY3Z34X3Y2Z2X2Y3Z21X2Y2Z28XY4Z37XY3Z25XY2Z39X3YZX2Y2Z7X2YZ2147XY3Z18XY2Z23XYZ33X2YZ11XY2Z33XYZ211XYZ20*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