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

Algorithm type

3X4Y5Z3+31X4Y4Z4+3X2Y7Z2+10X6Y2Z2+3X4Y4Z2+X4Y3Z3+6X2Y6Z2+3X2Y4Z4+7X2Y2Z6+XY8Z+19X4Y3Z2+9X2Y5Z2+X2Y3Z4+4XY7Z+2XY5Z3+8X4Y2Z2+2X2Y5Z+54X2Y4Z2+6XY6Z+2XY4Z3+4X3Y3Z+4X2Y4Z+18X2Y3Z2+4XY5Z+6XY3Z3+12X3Y2Z+18X2Y3Z+83X2Y2Z2+25XY4Z+6XY2Z3+24X3YZ+56X2Y2Z+46XY3Z+24XYZ3+44X2YZ+39XY2Z+27XYZ3X4Y5Z331X4Y4Z43X2Y7Z210X6Y2Z23X4Y4Z2X4Y3Z36X2Y6Z23X2Y4Z47X2Y2Z6XY8Z19X4Y3Z29X2Y5Z2X2Y3Z44XY7Z2XY5Z38X4Y2Z22X2Y5Z54X2Y4Z26XY6Z2XY4Z34X3Y3Z4X2Y4Z18X2Y3Z24XY5Z6XY3Z312X3Y2Z18X2Y3Z83X2Y2Z225XY4Z6XY2Z324X3YZ56X2Y2Z46XY3Z24XYZ344X2YZ39XY2Z27XYZ3*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