Description of fast matrix multiplication algorithm: ⟨7×9×15:634⟩

Algorithm type

16⁢X4⁢Y4⁢Z4+5⁢X4⁢Y4⁢Z3+2⁢X4⁢Y3⁢Z4+5⁢X3⁢Y4⁢Z4+32⁢X2⁢Y6⁢Z3+2⁢X4⁢Y4⁢Z2+12⁢X4⁢Y3⁢Z3+2⁢X4⁢Y2⁢Z4+4⁢X3⁢Y4⁢Z3+48⁢X⁢Y6⁢Z3+2⁢X3⁢Y3⁢Z3+4⁢X3⁢Y3⁢Z2+49⁢X2⁢Y4⁢Z2+48⁢X2⁢Y3⁢Z3+21⁢X2⁢Y2⁢Z4+X⁢Y6⁢Z+8⁢X2⁢Y4⁢Z+30⁢X2⁢Y3⁢Z2+11⁢X2⁢Y2⁢Z3+4⁢X2⁢Y⁢Z4+2⁢X⁢Y4⁢Z2+72⁢X⁢Y3⁢Z3+3⁢X⁢Y2⁢Z4+2⁢X3⁢Y2⁢Z+2⁢X2⁢Y3⁢Z+48⁢X2⁢Y2⁢Z2+4⁢X2⁢Y⁢Z3+19⁢X⁢Y4⁢Z+5⁢X⁢Y2⁢Z3+4⁢X3⁢Y⁢Z+7⁢X2⁢Y2⁢Z+4⁢X2⁢Y⁢Z2+22⁢X⁢Y3⁢Z+34⁢X⁢Y2⁢Z2+4⁢X⁢Y⁢Z3+8⁢X2⁢Y⁢Z+40⁢X⁢Y2⁢Z+34⁢X⁢Y⁢Z2+14⁢X⁢Y⁢Z16X4Y4Z45X4Y4Z32X4Y3Z45X3Y4Z432X2Y6Z32X4Y4Z212X4Y3Z32X4Y2Z44X3Y4Z348XY6Z32X3Y3Z34X3Y3Z249X2Y4Z248X2Y3Z321X2Y2Z4XY6Z8X2Y4Z30X2Y3Z211X2Y2Z34X2YZ42XY4Z272XY3Z33XY2Z42X3Y2Z2X2Y3Z48X2Y2Z24X2YZ319XY4Z5XY2Z34X3YZ7X2Y2Z4X2YZ222XY3Z34XY2Z24XYZ38X2YZ40XY2Z34XYZ214XYZ16*X^4*Y^4*Z^4+5*X^4*Y^4*Z^3+2*X^4*Y^3*Z^4+5*X^3*Y^4*Z^4+32*X^2*Y^6*Z^3+2*X^4*Y^4*Z^2+12*X^4*Y^3*Z^3+2*X^4*Y^2*Z^4+4*X^3*Y^4*Z^3+48*X*Y^6*Z^3+2*X^3*Y^3*Z^3+4*X^3*Y^3*Z^2+49*X^2*Y^4*Z^2+48*X^2*Y^3*Z^3+21*X^2*Y^2*Z^4+X*Y^6*Z+8*X^2*Y^4*Z+30*X^2*Y^3*Z^2+11*X^2*Y^2*Z^3+4*X^2*Y*Z^4+2*X*Y^4*Z^2+72*X*Y^3*Z^3+3*X*Y^2*Z^4+2*X^3*Y^2*Z+2*X^2*Y^3*Z+48*X^2*Y^2*Z^2+4*X^2*Y*Z^3+19*X*Y^4*Z+5*X*Y^2*Z^3+4*X^3*Y*Z+7*X^2*Y^2*Z+4*X^2*Y*Z^2+22*X*Y^3*Z+34*X*Y^2*Z^2+4*X*Y*Z^3+8*X^2*Y*Z+40*X*Y^2*Z+34*X*Y*Z^2+14*X*Y*Z

Algorithm definition

The algorithm ⟨7×9×15:634⟩ 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