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

Algorithm type

64⁢X4⁢Y6⁢Z6+44⁢X3⁢Y6⁢Z6+48⁢X2⁢Y6⁢Z6+4⁢X⁢Y6⁢Z6+32⁢X5⁢Y3⁢Z3+64⁢X4⁢Y3⁢Z3+21⁢X5⁢Y2⁢Z2+176⁢X3⁢Y3⁢Z3+15⁢X4⁢Y2⁢Z2+92⁢X2⁢Y3⁢Z3+36⁢X⁢Y3⁢Z3+24⁢X3⁢Y2⁢Z+24⁢X3⁢Y⁢Z2+6⁢X2⁢Y2⁢Z+6⁢X2⁢Y⁢Z2+6⁢X⁢Y2⁢Z+6⁢X⁢Y⁢Z264X4Y6Z644X3Y6Z648X2Y6Z64XY6Z632X5Y3Z364X4Y3Z321X5Y2Z2176X3Y3Z315X4Y2Z292X2Y3Z336XY3Z324X3Y2Z24X3YZ26X2Y2Z6X2YZ26XY2Z6XYZ264*X^4*Y^6*Z^6+44*X^3*Y^6*Z^6+48*X^2*Y^6*Z^6+4*X*Y^6*Z^6+32*X^5*Y^3*Z^3+64*X^4*Y^3*Z^3+21*X^5*Y^2*Z^2+176*X^3*Y^3*Z^3+15*X^4*Y^2*Z^2+92*X^2*Y^3*Z^3+36*X*Y^3*Z^3+24*X^3*Y^2*Z+24*X^3*Y*Z^2+6*X^2*Y^2*Z+6*X^2*Y*Z^2+6*X*Y^2*Z+6*X*Y*Z^2

Algorithm definition

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