Description of fast matrix multiplication algorithm: ⟨6×7×8:238⟩

Algorithm type

6⁢X4⁢Y4⁢Z4+X6⁢Y2⁢Z2+X4⁢Y4⁢Z2+5⁢X3⁢Y3⁢Z4+2⁢X2⁢Y6⁢Z2+2⁢X2⁢Y2⁢Z6+2⁢X5⁢Y2⁢Z2+X2⁢Y5⁢Z2+X2⁢Y3⁢Z4+X2⁢Y⁢Z6+X3⁢Y3⁢Z2+4⁢X2⁢Y4⁢Z2+X2⁢Y2⁢Z4+2⁢X3⁢Y2⁢Z2+X2⁢Y3⁢Z2+X3⁢Y⁢Z2+55⁢X2⁢Y2⁢Z2+X⁢Y3⁢Z2+X⁢Y⁢Z4+14⁢X3⁢Y⁢Z+6⁢X2⁢Y2⁢Z+4⁢X2⁢Y⁢Z2+23⁢X⁢Y3⁢Z+18⁢X⁢Y2⁢Z2+15⁢X⁢Y⁢Z3+9⁢X2⁢Y⁢Z+27⁢X⁢Y2⁢Z+18⁢X⁢Y⁢Z2+15⁢X⁢Y⁢Z6X4Y4Z4X6Y2Z2X4Y4Z25X3Y3Z42X2Y6Z22X2Y2Z62X5Y2Z2X2Y5Z2X2Y3Z4X2YZ6X3Y3Z24X2Y4Z2X2Y2Z42X3Y2Z2X2Y3Z2X3YZ255X2Y2Z2XY3Z2XYZ414X3YZ6X2Y2Z4X2YZ223XY3Z18XY2Z215XYZ39X2YZ27XY2Z18XYZ215XYZ6*X^4*Y^4*Z^4+X^6*Y^2*Z^2+X^4*Y^4*Z^2+5*X^3*Y^3*Z^4+2*X^2*Y^6*Z^2+2*X^2*Y^2*Z^6+2*X^5*Y^2*Z^2+X^2*Y^5*Z^2+X^2*Y^3*Z^4+X^2*Y*Z^6+X^3*Y^3*Z^2+4*X^2*Y^4*Z^2+X^2*Y^2*Z^4+2*X^3*Y^2*Z^2+X^2*Y^3*Z^2+X^3*Y*Z^2+55*X^2*Y^2*Z^2+X*Y^3*Z^2+X*Y*Z^4+14*X^3*Y*Z+6*X^2*Y^2*Z+4*X^2*Y*Z^2+23*X*Y^3*Z+18*X*Y^2*Z^2+15*X*Y*Z^3+9*X^2*Y*Z+27*X*Y^2*Z+18*X*Y*Z^2+15*X*Y*Z

Algorithm definition

The algorithm ⟨6×7×8:238⟩ 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