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

Algorithm type

16X4Y4Z4+5X4Y4Z3+2X4Y3Z4+5X3Y4Z4+32X2Y6Z3+2X4Y4Z2+12X4Y3Z3+2X4Y2Z4+4X3Y4Z3+48XY6Z3+2X3Y3Z3+4X3Y3Z2+49X2Y4Z2+48X2Y3Z3+21X2Y2Z4+XY6Z+8X2Y4Z+30X2Y3Z2+11X2Y2Z3+4X2YZ4+2XY4Z2+72XY3Z3+3XY2Z4+2X3Y2Z+2X2Y3Z+48X2Y2Z2+4X2YZ3+19XY4Z+5XY2Z3+4X3YZ+7X2Y2Z+4X2YZ2+22XY3Z+34XY2Z2+4XYZ3+8X2YZ+40XY2Z+34XYZ2+14XYZ16X4Y4Z45X4Y4Z32X4Y3Z45X3Y4Z432X2Y6Z32X4Y4Z212X4Y3Z32X4Y2Z44X3Y4Z348XY6Z32X3Y3Z34X3Y3Z249X2Y4Z248X2Y3Z321X2Y2Z4XY6Z8X2Y4Z30X2Y3Z211X2Y2Z34X2YZ42XY4Z272XY3Z33XY2Z42X3Y2Z2X2Y3Z48X2Y2Z24X2YZ319XY4Z5XY2Z34X3YZ7X2Y2Z4X2YZ222XY3Z34XY2Z24XYZ38X2YZ40XY2Z34XYZ214XYZ16*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