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

Algorithm type

12X4Y4Z4+3X6Y2Z2+3X4Y2Z4+9X3Y4Z3+3X2Y6Z2+3X2Y2Z6+3X5Y2Z2+3X2Y2Z5+3X4Y2Z2+3X3Y2Z3+33X2Y4Z2+3X2Y2Z4+6XY6Z+6X3Y2Z2+2X2Y4Z+6X2Y2Z3+XY2Z4+14X3Y2Z+3X3YZ2+X2Y3Z+55X2Y2Z2+3X2YZ3+7XY4Z+XY3Z2+10XY2Z3+13X3YZ+22X2Y2Z+11X2YZ2+7XY3Z+15XY2Z2+11XYZ3+22X2YZ+38XY2Z+24XYZ2+37XYZ12X4Y4Z43X6Y2Z23X4Y2Z49X3Y4Z33X2Y6Z23X2Y2Z63X5Y2Z23X2Y2Z53X4Y2Z23X3Y2Z333X2Y4Z23X2Y2Z46XY6Z6X3Y2Z22X2Y4Z6X2Y2Z3XY2Z414X3Y2Z3X3YZ2X2Y3Z55X2Y2Z23X2YZ37XY4ZXY3Z210XY2Z313X3YZ22X2Y2Z11X2YZ27XY3Z15XY2Z211XYZ322X2YZ38XY2Z24XYZ237XYZ12*X^4*Y^4*Z^4+3*X^6*Y^2*Z^2+3*X^4*Y^2*Z^4+9*X^3*Y^4*Z^3+3*X^2*Y^6*Z^2+3*X^2*Y^2*Z^6+3*X^5*Y^2*Z^2+3*X^2*Y^2*Z^5+3*X^4*Y^2*Z^2+3*X^3*Y^2*Z^3+33*X^2*Y^4*Z^2+3*X^2*Y^2*Z^4+6*X*Y^6*Z+6*X^3*Y^2*Z^2+2*X^2*Y^4*Z+6*X^2*Y^2*Z^3+X*Y^2*Z^4+14*X^3*Y^2*Z+3*X^3*Y*Z^2+X^2*Y^3*Z+55*X^2*Y^2*Z^2+3*X^2*Y*Z^3+7*X*Y^4*Z+X*Y^3*Z^2+10*X*Y^2*Z^3+13*X^3*Y*Z+22*X^2*Y^2*Z+11*X^2*Y*Z^2+7*X*Y^3*Z+15*X*Y^2*Z^2+11*X*Y*Z^3+22*X^2*Y*Z+38*X*Y^2*Z+24*X*Y*Z^2+37*X*Y*Z

Algorithm definition

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