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

Algorithm type

4⁢X4⁢Y8⁢Z4+4⁢X4⁢Y8⁢Z3+3⁢X2⁢Y8⁢Z3+26⁢X4⁢Y4⁢Z4+11⁢X2⁢Y8⁢Z2+26⁢X4⁢Y4⁢Z3+2⁢X2⁢Y8⁢Z+8⁢X2⁢Y6⁢Z3+4⁢X2⁢Y4⁢Z5+20⁢X2⁢Y6⁢Z2+4⁢X2⁢Y4⁢Z4+X4⁢Y2⁢Z3+8⁢X2⁢Y6⁢Z+8⁢X2⁢Y4⁢Z3+3⁢X2⁢Y3⁢Z4+26⁢X2⁢Y2⁢Z5+X4⁢Y2⁢Z2+28⁢X2⁢Y4⁢Z2+2⁢X2⁢Y3⁢Z3+50⁢X2⁢Y2⁢Z4+10⁢X⁢Y4⁢Z3+2⁢X4⁢Y2⁢Z+2⁢X3⁢Y⁢Z3+2⁢X2⁢Y4⁢Z+X2⁢Y3⁢Z2+63⁢X2⁢Y2⁢Z3+18⁢X⁢Y4⁢Z2+32⁢X⁢Y3⁢Z3+2⁢X⁢Y⁢Z5+6⁢X3⁢Y⁢Z2+124⁢X2⁢Y2⁢Z2+8⁢X2⁢Y⁢Z3+14⁢X⁢Y4⁢Z+33⁢X⁢Y3⁢Z2+29⁢X⁢Y2⁢Z3+2⁢X⁢Y⁢Z4+4⁢X3⁢Y⁢Z+20⁢X2⁢Y2⁢Z+19⁢X2⁢Y⁢Z2+28⁢X⁢Y3⁢Z+40⁢X⁢Y2⁢Z2+58⁢X⁢Y⁢Z3+18⁢X2⁢Y⁢Z+39⁢X⁢Y2⁢Z+68⁢X⁢Y⁢Z2+71⁢X⁢Y⁢Z4X4Y8Z44X4Y8Z33X2Y8Z326X4Y4Z411X2Y8Z226X4Y4Z32X2Y8Z8X2Y6Z34X2Y4Z520X2Y6Z24X2Y4Z4X4Y2Z38X2Y6Z8X2Y4Z33X2Y3Z426X2Y2Z5X4Y2Z228X2Y4Z22X2Y3Z350X2Y2Z410XY4Z32X4Y2Z2X3YZ32X2Y4ZX2Y3Z263X2Y2Z318XY4Z232XY3Z32XYZ56X3YZ2124X2Y2Z28X2YZ314XY4Z33XY3Z229XY2Z32XYZ44X3YZ20X2Y2Z19X2YZ228XY3Z40XY2Z258XYZ318X2YZ39XY2Z68XYZ271XYZ4*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