Description of fast matrix multiplication algorithm: ⟨30×30×30:12688⟩

Algorithm type

8960X3Y3Z3+480X3Y2Z2+480X2Y3Z2+480X2Y2Z3+752X2Y2Z2+32XY2Z2+16X2YZ+32XY2Z+1456XYZ8960X3Y3Z3480X3Y2Z2480X2Y3Z2480X2Y2Z3752X2Y2Z232XY2Z216X2YZ32XY2Z1456XYZ8960*X^3*Y^3*Z^3+480*X^3*Y^2*Z^2+480*X^2*Y^3*Z^2+480*X^2*Y^2*Z^3+752*X^2*Y^2*Z^2+32*X*Y^2*Z^2+16*X^2*Y*Z+32*X*Y^2*Z+1456*X*Y*Z

Algorithm definition

The algorithm ⟨30×30×30:12688⟩ is taken from:

Oded Schwartz and Eyal Zwecher. Towards faster feasible matrix multiplication by trilinear aggregation. Technical report, arXiv, August 2025. [ arXiv ]

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