Description of fast matrix multiplication algorithm: ⟨7×8×15:557⟩

Algorithm type

16⁢X4⁢Y8⁢Z4+16⁢X4⁢Y8⁢Z3+4⁢X2⁢Y8⁢Z3+28⁢X2⁢Y8⁢Z2+16⁢X2⁢Y4⁢Z5+16⁢X2⁢Y4⁢Z4+16⁢X2⁢Y4⁢Z3+24⁢X2⁢Y4⁢Z2+13⁢X2⁢Y2⁢Z4+16⁢X⁢Y4⁢Z3+29⁢X2⁢Y2⁢Z3+28⁢X⁢Y4⁢Z2+X⁢Y3⁢Z3+2⁢X⁢Y2⁢Z4+4⁢X⁢Y⁢Z5+4⁢X3⁢Y⁢Z2+53⁢X2⁢Y2⁢Z2+X2⁢Y⁢Z3+28⁢X⁢Y4⁢Z+2⁢X⁢Y3⁢Z2+5⁢X⁢Y2⁢Z3+10⁢X⁢Y⁢Z4+3⁢X3⁢Y⁢Z+9⁢X2⁢Y2⁢Z+4⁢X2⁢Y⁢Z2+3⁢X⁢Y3⁢Z+12⁢X⁢Y2⁢Z2+62⁢X⁢Y⁢Z3+2⁢X2⁢Y⁢Z+11⁢X⁢Y2⁢Z+72⁢X⁢Y⁢Z2+47⁢X⁢Y⁢Z16X4Y8Z416X4Y8Z34X2Y8Z328X2Y8Z216X2Y4Z516X2Y4Z416X2Y4Z324X2Y4Z213X2Y2Z416XY4Z329X2Y2Z328XY4Z2XY3Z32XY2Z44XYZ54X3YZ253X2Y2Z2X2YZ328XY4Z2XY3Z25XY2Z310XYZ43X3YZ9X2Y2Z4X2YZ23XY3Z12XY2Z262XYZ32X2YZ11XY2Z72XYZ247XYZ16*X^4*Y^8*Z^4+16*X^4*Y^8*Z^3+4*X^2*Y^8*Z^3+28*X^2*Y^8*Z^2+16*X^2*Y^4*Z^5+16*X^2*Y^4*Z^4+16*X^2*Y^4*Z^3+24*X^2*Y^4*Z^2+13*X^2*Y^2*Z^4+16*X*Y^4*Z^3+29*X^2*Y^2*Z^3+28*X*Y^4*Z^2+X*Y^3*Z^3+2*X*Y^2*Z^4+4*X*Y*Z^5+4*X^3*Y*Z^2+53*X^2*Y^2*Z^2+X^2*Y*Z^3+28*X*Y^4*Z+2*X*Y^3*Z^2+5*X*Y^2*Z^3+10*X*Y*Z^4+3*X^3*Y*Z+9*X^2*Y^2*Z+4*X^2*Y*Z^2+3*X*Y^3*Z+12*X*Y^2*Z^2+62*X*Y*Z^3+2*X^2*Y*Z+11*X*Y^2*Z+72*X*Y*Z^2+47*X*Y*Z

Algorithm definition

The algorithm ⟨7×8×15:557⟩ 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