Description of fast matrix multiplication algorithm: ⟨4×15×15:596⟩

Algorithm type

16⁢X4⁢Y8⁢Z4+16⁢X4⁢Y7⁢Z4+17⁢X2⁢Y9⁢Z2+16⁢X2⁢Y8⁢Z2+18⁢X2⁢Y7⁢Z2+19⁢X⁢Y9⁢Z+25⁢X2⁢Y6⁢Z2+3⁢X⁢Y8⁢Z+20⁢X2⁢Y5⁢Z2+13⁢X⁢Y7⁢Z+28⁢X2⁢Y4⁢Z2+37⁢X⁢Y6⁢Z+47⁢X2⁢Y3⁢Z2+24⁢X⁢Y5⁢Z+45⁢X2⁢Y2⁢Z2+33⁢X⁢Y4⁢Z+2⁢X2⁢Y⁢Z2+104⁢X⁢Y3⁢Z+57⁢X⁢Y2⁢Z+56⁢X⁢Y⁢Z16X4Y8Z416X4Y7Z417X2Y9Z216X2Y8Z218X2Y7Z219XY9Z25X2Y6Z23XY8Z20X2Y5Z213XY7Z28X2Y4Z237XY6Z47X2Y3Z224XY5Z45X2Y2Z233XY4Z2X2YZ2104XY3Z57XY2Z56XYZ16*X^4*Y^8*Z^4+16*X^4*Y^7*Z^4+17*X^2*Y^9*Z^2+16*X^2*Y^8*Z^2+18*X^2*Y^7*Z^2+19*X*Y^9*Z+25*X^2*Y^6*Z^2+3*X*Y^8*Z+20*X^2*Y^5*Z^2+13*X*Y^7*Z+28*X^2*Y^4*Z^2+37*X*Y^6*Z+47*X^2*Y^3*Z^2+24*X*Y^5*Z+45*X^2*Y^2*Z^2+33*X*Y^4*Z+2*X^2*Y*Z^2+104*X*Y^3*Z+57*X*Y^2*Z+56*X*Y*Z

Algorithm definition

The algorithm ⟨4×15×15:596⟩ 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