Description of fast matrix multiplication algorithm: ⟨3×10×15:335⟩

Algorithm type

X3⁢Y3⁢Z2+X3⁢Y2⁢Z3+X⁢Y6⁢Z+10⁢X2⁢Y3⁢Z2+5⁢X2⁢Y2⁢Z3+X⁢Y4⁢Z2+X3⁢Y2⁢Z+99⁢X2⁢Y2⁢Z2+7⁢X⁢Y4⁢Z+3⁢X⁢Y3⁢Z2+X⁢Y2⁢Z3+5⁢X3⁢Y⁢Z+18⁢X⁢Y3⁢Z+28⁢X⁢Y2⁢Z2+22⁢X⁢Y⁢Z3+6⁢X2⁢Y⁢Z+55⁢X⁢Y2⁢Z+50⁢X⁢Y⁢Z2+21⁢X⁢Y⁢ZX3Y3Z2X3Y2Z3XY6Z10X2Y3Z25X2Y2Z3XY4Z2X3Y2Z99X2Y2Z27XY4Z3XY3Z2XY2Z35X3YZ18XY3Z28XY2Z222XYZ36X2YZ55XY2Z50XYZ221XYZX^3*Y^3*Z^2+X^3*Y^2*Z^3+X*Y^6*Z+10*X^2*Y^3*Z^2+5*X^2*Y^2*Z^3+X*Y^4*Z^2+X^3*Y^2*Z+99*X^2*Y^2*Z^2+7*X*Y^4*Z+3*X*Y^3*Z^2+X*Y^2*Z^3+5*X^3*Y*Z+18*X*Y^3*Z+28*X*Y^2*Z^2+22*X*Y*Z^3+6*X^2*Y*Z+55*X*Y^2*Z+50*X*Y*Z^2+21*X*Y*Z

Algorithm definition

The algorithm ⟨3×10×15:335⟩ 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