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

Algorithm type

10X4Y4Z4+10X3Y4Z4+3X2Y6Z2+10X5Y2Z2+X3Y4Z2+18X4Y2Z2+14X2Y4Z2+X3Y3Z+32X3Y2Z2+XY4Z2+14X3Y2Z+2X3YZ2+2X2Y3Z+60X2Y2Z2+54X3YZ+24X2Y2Z+2X2YZ2+4XY3Z+13XY2Z2+71X2YZ+24XY2Z+6XYZ2+57XYZ10X4Y4Z410X3Y4Z43X2Y6Z210X5Y2Z2X3Y4Z218X4Y2Z214X2Y4Z2X3Y3Z32X3Y2Z2XY4Z214X3Y2Z2X3YZ22X2Y3Z60X2Y2Z254X3YZ24X2Y2Z2X2YZ24XY3Z13XY2Z271X2YZ24XY2Z6XYZ257XYZ10*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