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

Algorithm type

12⁢X4⁢Y4⁢Z4+3⁢X6⁢Y2⁢Z2+3⁢X4⁢Y2⁢Z4+9⁢X3⁢Y4⁢Z3+3⁢X2⁢Y6⁢Z2+3⁢X2⁢Y2⁢Z6+3⁢X5⁢Y2⁢Z2+3⁢X2⁢Y2⁢Z5+3⁢X4⁢Y2⁢Z2+3⁢X3⁢Y2⁢Z3+33⁢X2⁢Y4⁢Z2+3⁢X2⁢Y2⁢Z4+6⁢X⁢Y6⁢Z+6⁢X3⁢Y2⁢Z2+2⁢X2⁢Y4⁢Z+6⁢X2⁢Y2⁢Z3+X⁢Y2⁢Z4+14⁢X3⁢Y2⁢Z+3⁢X3⁢Y⁢Z2+X2⁢Y3⁢Z+55⁢X2⁢Y2⁢Z2+3⁢X2⁢Y⁢Z3+7⁢X⁢Y4⁢Z+X⁢Y3⁢Z2+10⁢X⁢Y2⁢Z3+13⁢X3⁢Y⁢Z+22⁢X2⁢Y2⁢Z+11⁢X2⁢Y⁢Z2+7⁢X⁢Y3⁢Z+15⁢X⁢Y2⁢Z2+11⁢X⁢Y⁢Z3+22⁢X2⁢Y⁢Z+38⁢X⁢Y2⁢Z+24⁢X⁢Y⁢Z2+37⁢X⁢Y⁢Z12X4Y4Z43X6Y2Z23X4Y2Z49X3Y4Z33X2Y6Z23X2Y2Z63X5Y2Z23X2Y2Z53X4Y2Z23X3Y2Z333X2Y4Z23X2Y2Z46XY6Z6X3Y2Z22X2Y4Z6X2Y2Z3XY2Z414X3Y2Z3X3YZ2X2Y3Z55X2Y2Z23X2YZ37XY4ZXY3Z210XY2Z313X3YZ22X2Y2Z11X2YZ27XY3Z15XY2Z211XYZ322X2YZ38XY2Z24XYZ237XYZ12*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