Description of fast matrix multiplication algorithm: ⟨7×14×15:952⟩

Algorithm type

4X4Y8Z4+4X4Y8Z3+3X2Y8Z3+26X4Y4Z4+11X2Y8Z2+26X4Y4Z3+2X2Y8Z+8X2Y6Z3+4X2Y4Z5+20X2Y6Z2+4X2Y4Z4+X4Y2Z3+8X2Y6Z+8X2Y4Z3+3X2Y3Z4+26X2Y2Z5+X4Y2Z2+28X2Y4Z2+2X2Y3Z3+50X2Y2Z4+10XY4Z3+2X4Y2Z+2X3YZ3+2X2Y4Z+X2Y3Z2+63X2Y2Z3+18XY4Z2+32XY3Z3+2XYZ5+6X3YZ2+124X2Y2Z2+8X2YZ3+14XY4Z+33XY3Z2+29XY2Z3+2XYZ4+4X3YZ+20X2Y2Z+19X2YZ2+28XY3Z+40XY2Z2+58XYZ3+18X2YZ+39XY2Z+68XYZ2+71XYZ4X4Y8Z44X4Y8Z33X2Y8Z326X4Y4Z411X2Y8Z226X4Y4Z32X2Y8Z8X2Y6Z34X2Y4Z520X2Y6Z24X2Y4Z4X4Y2Z38X2Y6Z8X2Y4Z33X2Y3Z426X2Y2Z5X4Y2Z228X2Y4Z22X2Y3Z350X2Y2Z410XY4Z32X4Y2Z2X3YZ32X2Y4ZX2Y3Z263X2Y2Z318XY4Z232XY3Z32XYZ56X3YZ2124X2Y2Z28X2YZ314XY4Z33XY3Z229XY2Z32XYZ44X3YZ20X2Y2Z19X2YZ228XY3Z40XY2Z258XYZ318X2YZ39XY2Z68XYZ271XYZ4*X^4*Y^8*Z^4+4*X^4*Y^8*Z^3+3*X^2*Y^8*Z^3+26*X^4*Y^4*Z^4+11*X^2*Y^8*Z^2+26*X^4*Y^4*Z^3+2*X^2*Y^8*Z+8*X^2*Y^6*Z^3+4*X^2*Y^4*Z^5+20*X^2*Y^6*Z^2+4*X^2*Y^4*Z^4+X^4*Y^2*Z^3+8*X^2*Y^6*Z+8*X^2*Y^4*Z^3+3*X^2*Y^3*Z^4+26*X^2*Y^2*Z^5+X^4*Y^2*Z^2+28*X^2*Y^4*Z^2+2*X^2*Y^3*Z^3+50*X^2*Y^2*Z^4+10*X*Y^4*Z^3+2*X^4*Y^2*Z+2*X^3*Y*Z^3+2*X^2*Y^4*Z+X^2*Y^3*Z^2+63*X^2*Y^2*Z^3+18*X*Y^4*Z^2+32*X*Y^3*Z^3+2*X*Y*Z^5+6*X^3*Y*Z^2+124*X^2*Y^2*Z^2+8*X^2*Y*Z^3+14*X*Y^4*Z+33*X*Y^3*Z^2+29*X*Y^2*Z^3+2*X*Y*Z^4+4*X^3*Y*Z+20*X^2*Y^2*Z+19*X^2*Y*Z^2+28*X*Y^3*Z+40*X*Y^2*Z^2+58*X*Y*Z^3+18*X^2*Y*Z+39*X*Y^2*Z+68*X*Y*Z^2+71*X*Y*Z

Algorithm definition

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