Description of fast matrix multiplication algorithm: ⟨7×9×10:433⟩

Algorithm type

10⁢X4⁢Y4⁢Z4+10⁢X3⁢Y4⁢Z4+3⁢X2⁢Y6⁢Z2+10⁢X5⁢Y2⁢Z2+X3⁢Y4⁢Z2+18⁢X4⁢Y2⁢Z2+14⁢X2⁢Y4⁢Z2+X3⁢Y3⁢Z+32⁢X3⁢Y2⁢Z2+X⁢Y4⁢Z2+14⁢X3⁢Y2⁢Z+2⁢X3⁢Y⁢Z2+2⁢X2⁢Y3⁢Z+60⁢X2⁢Y2⁢Z2+54⁢X3⁢Y⁢Z+24⁢X2⁢Y2⁢Z+2⁢X2⁢Y⁢Z2+4⁢X⁢Y3⁢Z+13⁢X⁢Y2⁢Z2+71⁢X2⁢Y⁢Z+24⁢X⁢Y2⁢Z+6⁢X⁢Y⁢Z2+57⁢X⁢Y⁢Z10X4Y4Z410X3Y4Z43X2Y6Z210X5Y2Z2X3Y4Z218X4Y2Z214X2Y4Z2X3Y3Z32X3Y2Z2XY4Z214X3Y2Z2X3YZ22X2Y3Z60X2Y2Z254X3YZ24X2Y2Z2X2YZ24XY3Z13XY2Z271X2YZ24XY2Z6XYZ257XYZ10*X^4*Y^4*Z^4+10*X^3*Y^4*Z^4+3*X^2*Y^6*Z^2+10*X^5*Y^2*Z^2+X^3*Y^4*Z^2+18*X^4*Y^2*Z^2+14*X^2*Y^4*Z^2+X^3*Y^3*Z+32*X^3*Y^2*Z^2+X*Y^4*Z^2+14*X^3*Y^2*Z+2*X^3*Y*Z^2+2*X^2*Y^3*Z+60*X^2*Y^2*Z^2+54*X^3*Y*Z+24*X^2*Y^2*Z+2*X^2*Y*Z^2+4*X*Y^3*Z+13*X*Y^2*Z^2+71*X^2*Y*Z+24*X*Y^2*Z+6*X*Y*Z^2+57*X*Y*Z

Algorithm definition

The algorithm ⟨7×9×10:433⟩ 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