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

Algorithm type

16X5Y2Z6+16X5YZ6+96X4Y4Z4+8X5YZ5+29X4Y2Z2+222X2Y4Z2+27X2Y2Z4+X4YZ2+10X3Y2Z2+2X4YZ+275X2Y2Z2+2X2YZ3+60XY4Z+4XY3Z2+11X3YZ+54X2Y2Z+18X2YZ2+XY3Z+54XY2Z2+8XYZ3+85X2YZ+180XY2Z+85XYZ2+121XYZ16X5Y2Z616X5YZ696X4Y4Z48X5YZ529X4Y2Z2222X2Y4Z227X2Y2Z4X4YZ210X3Y2Z22X4YZ275X2Y2Z22X2YZ360XY4Z4XY3Z211X3YZ54X2Y2Z18X2YZ2XY3Z54XY2Z28XYZ385X2YZ180XY2Z85XYZ2121XYZ16*X^5*Y^2*Z^6+16*X^5*Y*Z^6+96*X^4*Y^4*Z^4+8*X^5*Y*Z^5+29*X^4*Y^2*Z^2+222*X^2*Y^4*Z^2+27*X^2*Y^2*Z^4+X^4*Y*Z^2+10*X^3*Y^2*Z^2+2*X^4*Y*Z+275*X^2*Y^2*Z^2+2*X^2*Y*Z^3+60*X*Y^4*Z+4*X*Y^3*Z^2+11*X^3*Y*Z+54*X^2*Y^2*Z+18*X^2*Y*Z^2+X*Y^3*Z+54*X*Y^2*Z^2+8*X*Y*Z^3+85*X^2*Y*Z+180*X*Y^2*Z+85*X*Y*Z^2+121*X*Y*Z

Algorithm definition

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