Description of fast matrix multiplication algorithm: ⟨6×12×13:615⟩

Algorithm type

3⁢X4⁢Y5⁢Z3+31⁢X4⁢Y4⁢Z4+3⁢X2⁢Y7⁢Z2+10⁢X6⁢Y2⁢Z2+3⁢X4⁢Y4⁢Z2+X4⁢Y3⁢Z3+6⁢X2⁢Y6⁢Z2+3⁢X2⁢Y4⁢Z4+7⁢X2⁢Y2⁢Z6+X⁢Y8⁢Z+19⁢X4⁢Y3⁢Z2+9⁢X2⁢Y5⁢Z2+X2⁢Y3⁢Z4+4⁢X⁢Y7⁢Z+2⁢X⁢Y5⁢Z3+8⁢X4⁢Y2⁢Z2+2⁢X2⁢Y5⁢Z+54⁢X2⁢Y4⁢Z2+6⁢X⁢Y6⁢Z+2⁢X⁢Y4⁢Z3+4⁢X3⁢Y3⁢Z+4⁢X2⁢Y4⁢Z+18⁢X2⁢Y3⁢Z2+4⁢X⁢Y5⁢Z+6⁢X⁢Y3⁢Z3+12⁢X3⁢Y2⁢Z+18⁢X2⁢Y3⁢Z+83⁢X2⁢Y2⁢Z2+25⁢X⁢Y4⁢Z+6⁢X⁢Y2⁢Z3+24⁢X3⁢Y⁢Z+56⁢X2⁢Y2⁢Z+46⁢X⁢Y3⁢Z+24⁢X⁢Y⁢Z3+44⁢X2⁢Y⁢Z+39⁢X⁢Y2⁢Z+27⁢X⁢Y⁢Z3X4Y5Z331X4Y4Z43X2Y7Z210X6Y2Z23X4Y4Z2X4Y3Z36X2Y6Z23X2Y4Z47X2Y2Z6XY8Z19X4Y3Z29X2Y5Z2X2Y3Z44XY7Z2XY5Z38X4Y2Z22X2Y5Z54X2Y4Z26XY6Z2XY4Z34X3Y3Z4X2Y4Z18X2Y3Z24XY5Z6XY3Z312X3Y2Z18X2Y3Z83X2Y2Z225XY4Z6XY2Z324X3YZ56X2Y2Z46XY3Z24XYZ344X2YZ39XY2Z27XYZ3*X^4*Y^5*Z^3+31*X^4*Y^4*Z^4+3*X^2*Y^7*Z^2+10*X^6*Y^2*Z^2+3*X^4*Y^4*Z^2+X^4*Y^3*Z^3+6*X^2*Y^6*Z^2+3*X^2*Y^4*Z^4+7*X^2*Y^2*Z^6+X*Y^8*Z+19*X^4*Y^3*Z^2+9*X^2*Y^5*Z^2+X^2*Y^3*Z^4+4*X*Y^7*Z+2*X*Y^5*Z^3+8*X^4*Y^2*Z^2+2*X^2*Y^5*Z+54*X^2*Y^4*Z^2+6*X*Y^6*Z+2*X*Y^4*Z^3+4*X^3*Y^3*Z+4*X^2*Y^4*Z+18*X^2*Y^3*Z^2+4*X*Y^5*Z+6*X*Y^3*Z^3+12*X^3*Y^2*Z+18*X^2*Y^3*Z+83*X^2*Y^2*Z^2+25*X*Y^4*Z+6*X*Y^2*Z^3+24*X^3*Y*Z+56*X^2*Y^2*Z+46*X*Y^3*Z+24*X*Y*Z^3+44*X^2*Y*Z+39*X*Y^2*Z+27*X*Y*Z

Algorithm definition

The algorithm ⟨6×12×13:615⟩ 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