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

Algorithm type

6X4Y4Z4+X6Y2Z2+X4Y4Z2+5X3Y3Z4+2X2Y6Z2+2X2Y2Z6+2X5Y2Z2+X2Y5Z2+X2Y3Z4+X2YZ6+X3Y3Z2+4X2Y4Z2+X2Y2Z4+2X3Y2Z2+X2Y3Z2+X3YZ2+55X2Y2Z2+XY3Z2+XYZ4+14X3YZ+6X2Y2Z+4X2YZ2+23XY3Z+18XY2Z2+15XYZ3+9X2YZ+27XY2Z+18XYZ2+15XYZ6X4Y4Z4X6Y2Z2X4Y4Z25X3Y3Z42X2Y6Z22X2Y2Z62X5Y2Z2X2Y5Z2X2Y3Z4X2YZ6X3Y3Z24X2Y4Z2X2Y2Z42X3Y2Z2X2Y3Z2X3YZ255X2Y2Z2XY3Z2XYZ414X3YZ6X2Y2Z4X2YZ223XY3Z18XY2Z215XYZ39X2YZ27XY2Z18XYZ215XYZ6*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