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

Algorithm type

5X4Y6Z4+3X4Y6Z3+2X2Y8Z3+48X4Y4Z4+4X2Y8Z2+2X6Y2Z3+50X4Y4Z3+2X2Y8Z+8X2Y6Z3+10X6Y2Z2+16X4Y4Z2+8X2Y6Z2+4X2Y3Z5+4X6Y2Z+6X4Y4Z+4X4Y2Z3+21X2Y4Z3+5X2Y3Z4+77X2Y2Z5+4XYZ7+32X4Y2Z2+32X2Y4Z2+6X2Y3Z3+94X2Y2Z4+4XY4Z3+12X4Y2Z+7X3YZ3+7X2Y4Z+5X2Y3Z2+109X2Y2Z3+10XY4Z2+20XY3Z3+13XYZ5+21X3YZ2+110X2Y2Z2+38X2YZ3+6XY4Z+10XY3Z2+67XY2Z3+6XYZ4+12X3YZ+22X2Y2Z+67X2YZ2+10XY3Z+63XY2Z2+71XYZ3+38X2YZ+50XY2Z+47XYZ2+42XYZ5X4Y6Z43X4Y6Z32X2Y8Z348X4Y4Z44X2Y8Z22X6Y2Z350X4Y4Z32X2Y8Z8X2Y6Z310X6Y2Z216X4Y4Z28X2Y6Z24X2Y3Z54X6Y2Z6X4Y4Z4X4Y2Z321X2Y4Z35X2Y3Z477X2Y2Z54XYZ732X4Y2Z232X2Y4Z26X2Y3Z394X2Y2Z44XY4Z312X4Y2Z7X3YZ37X2Y4Z5X2Y3Z2109X2Y2Z310XY4Z220XY3Z313XYZ521X3YZ2110X2Y2Z238X2YZ36XY4Z10XY3Z267XY2Z36XYZ412X3YZ22X2Y2Z67X2YZ210XY3Z63XY2Z271XYZ338X2YZ50XY2Z47XYZ242XYZ5*X^4*Y^6*Z^4+3*X^4*Y^6*Z^3+2*X^2*Y^8*Z^3+48*X^4*Y^4*Z^4+4*X^2*Y^8*Z^2+2*X^6*Y^2*Z^3+50*X^4*Y^4*Z^3+2*X^2*Y^8*Z+8*X^2*Y^6*Z^3+10*X^6*Y^2*Z^2+16*X^4*Y^4*Z^2+8*X^2*Y^6*Z^2+4*X^2*Y^3*Z^5+4*X^6*Y^2*Z+6*X^4*Y^4*Z+4*X^4*Y^2*Z^3+21*X^2*Y^4*Z^3+5*X^2*Y^3*Z^4+77*X^2*Y^2*Z^5+4*X*Y*Z^7+32*X^4*Y^2*Z^2+32*X^2*Y^4*Z^2+6*X^2*Y^3*Z^3+94*X^2*Y^2*Z^4+4*X*Y^4*Z^3+12*X^4*Y^2*Z+7*X^3*Y*Z^3+7*X^2*Y^4*Z+5*X^2*Y^3*Z^2+109*X^2*Y^2*Z^3+10*X*Y^4*Z^2+20*X*Y^3*Z^3+13*X*Y*Z^5+21*X^3*Y*Z^2+110*X^2*Y^2*Z^2+38*X^2*Y*Z^3+6*X*Y^4*Z+10*X*Y^3*Z^2+67*X*Y^2*Z^3+6*X*Y*Z^4+12*X^3*Y*Z+22*X^2*Y^2*Z+67*X^2*Y*Z^2+10*X*Y^3*Z+63*X*Y^2*Z^2+71*X*Y*Z^3+38*X^2*Y*Z+50*X*Y^2*Z+47*X*Y*Z^2+42*X*Y*Z

Algorithm definition

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