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

Algorithm type

X4⁢Y6⁢Z5+17⁢X4⁢Y4⁢Z6+X4⁢Y6⁢Z3+65⁢X4⁢Y4⁢Z5+41⁢X4⁢Y4⁢Z4+2⁢X2⁢Y8⁢Z2+X6⁢Y2⁢Z3+11⁢X4⁢Y4⁢Z3+2⁢X2⁢Y6⁢Z3+3⁢X6⁢Y2⁢Z2+4⁢X4⁢Y4⁢Z2+2⁢X2⁢Y3⁢Z5+89⁢X2⁢Y2⁢Z6+27⁢X4⁢Y2⁢Z3+2⁢X2⁢Y6⁢Z+28⁢X2⁢Y4⁢Z3+152⁢X2⁢Y2⁢Z5+18⁢X4⁢Y2⁢Z2+26⁢X2⁢Y4⁢Z2+169⁢X2⁢Y2⁢Z4+19⁢X⁢Y⁢Z6+2⁢X3⁢Y⁢Z3+6⁢X2⁢Y4⁢Z+174⁢X2⁢Y2⁢Z3+4⁢X⁢Y3⁢Z3+30⁢X⁢Y⁢Z5+2⁢X3⁢Y⁢Z2+64⁢X2⁢Y2⁢Z2+100⁢X2⁢Y⁢Z3+2⁢X⁢Y4⁢Z+104⁢X⁢Y2⁢Z3+32⁢X⁢Y⁢Z4+10⁢X2⁢Y2⁢Z+50⁢X2⁢Y⁢Z2+47⁢X⁢Y2⁢Z2+249⁢X⁢Y⁢Z3+23⁢X2⁢Y⁢Z+37⁢X⁢Y2⁢Z+118⁢X⁢Y⁢Z2+64⁢X⁢Y⁢ZX4Y6Z517X4Y4Z6X4Y6Z365X4Y4Z541X4Y4Z42X2Y8Z2X6Y2Z311X4Y4Z32X2Y6Z33X6Y2Z24X4Y4Z22X2Y3Z589X2Y2Z627X4Y2Z32X2Y6Z28X2Y4Z3152X2Y2Z518X4Y2Z226X2Y4Z2169X2Y2Z419XYZ62X3YZ36X2Y4Z174X2Y2Z34XY3Z330XYZ52X3YZ264X2Y2Z2100X2YZ32XY4Z104XY2Z332XYZ410X2Y2Z50X2YZ247XY2Z2249XYZ323X2YZ37XY2Z118XYZ264XYZX^4*Y^6*Z^5+17*X^4*Y^4*Z^6+X^4*Y^6*Z^3+65*X^4*Y^4*Z^5+41*X^4*Y^4*Z^4+2*X^2*Y^8*Z^2+X^6*Y^2*Z^3+11*X^4*Y^4*Z^3+2*X^2*Y^6*Z^3+3*X^6*Y^2*Z^2+4*X^4*Y^4*Z^2+2*X^2*Y^3*Z^5+89*X^2*Y^2*Z^6+27*X^4*Y^2*Z^3+2*X^2*Y^6*Z+28*X^2*Y^4*Z^3+152*X^2*Y^2*Z^5+18*X^4*Y^2*Z^2+26*X^2*Y^4*Z^2+169*X^2*Y^2*Z^4+19*X*Y*Z^6+2*X^3*Y*Z^3+6*X^2*Y^4*Z+174*X^2*Y^2*Z^3+4*X*Y^3*Z^3+30*X*Y*Z^5+2*X^3*Y*Z^2+64*X^2*Y^2*Z^2+100*X^2*Y*Z^3+2*X*Y^4*Z+104*X*Y^2*Z^3+32*X*Y*Z^4+10*X^2*Y^2*Z+50*X^2*Y*Z^2+47*X*Y^2*Z^2+249*X*Y*Z^3+23*X^2*Y*Z+37*X*Y^2*Z+118*X*Y*Z^2+64*X*Y*Z

Algorithm definition

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