Description of fast matrix multiplication algorithm: ⟨9×9×14:720⟩

Algorithm type

48X4Y6Z6+72X2Y6Z6+3X4Y4Z4+16X2Y5Z3+32X2Y3Z5+24XY5Z3+40XY3Z5+12X4Y2Z2+144X2Y3Z3+8XY3Z4+216XY3Z3+12X4YZ+21X2Y2Z2+42X2YZ+30XYZ48X4Y6Z672X2Y6Z63X4Y4Z416X2Y5Z332X2Y3Z524XY5Z340XY3Z512X4Y2Z2144X2Y3Z38XY3Z4216XY3Z312X4YZ21X2Y2Z242X2YZ30XYZ48*X^4*Y^6*Z^6+72*X^2*Y^6*Z^6+3*X^4*Y^4*Z^4+16*X^2*Y^5*Z^3+32*X^2*Y^3*Z^5+24*X*Y^5*Z^3+40*X*Y^3*Z^5+12*X^4*Y^2*Z^2+144*X^2*Y^3*Z^3+8*X*Y^3*Z^4+216*X*Y^3*Z^3+12*X^4*Y*Z+21*X^2*Y^2*Z^2+42*X^2*Y*Z+30*X*Y*Z

Algorithm definition

The algorithm ⟨9×9×14:720⟩ 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