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

Algorithm type

6X4Y4Z4+6X4Y3Z4+6X2Y5Z2+4X2Y3Z4+8X2Y4Z2+16X2Y2Z4+15X2Y3Z2+4X2YZ4+30X2Y2Z2+XY4Z+18XY3Z2+X2Y2Z+4X2YZ2+28XY3Z+20XY2Z2+2X2YZ+39XY2Z+19XYZ2+37XYZ6X4Y4Z46X4Y3Z46X2Y5Z24X2Y3Z48X2Y4Z216X2Y2Z415X2Y3Z24X2YZ430X2Y2Z2XY4Z18XY3Z2X2Y2Z4X2YZ228XY3Z20XY2Z22X2YZ39XY2Z19XYZ237XYZ6*X^4*Y^4*Z^4+6*X^4*Y^3*Z^4+6*X^2*Y^5*Z^2+4*X^2*Y^3*Z^4+8*X^2*Y^4*Z^2+16*X^2*Y^2*Z^4+15*X^2*Y^3*Z^2+4*X^2*Y*Z^4+30*X^2*Y^2*Z^2+X*Y^4*Z+18*X*Y^3*Z^2+X^2*Y^2*Z+4*X^2*Y*Z^2+28*X*Y^3*Z+20*X*Y^2*Z^2+2*X^2*Y*Z+39*X*Y^2*Z+19*X*Y*Z^2+37*X*Y*Z

Algorithm definition

The algorithm ⟨6×7×9:264⟩ 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