Description of fast matrix multiplication algorithm: ⟨8×12×15:904⟩

Algorithm type

24X4Y5Z4+40X4Y4Z4+52X2Y6Z2+13X2Y5Z2+8X2Y4Z2+109X2Y3Z2+X2Y3Z+178X2Y2Z2+3XY4Z+3XY3Z2+2X2Y2Z+140XY3Z+19XY2Z2+18X2YZ+138XY2Z+20XYZ2+136XYZ24X4Y5Z440X4Y4Z452X2Y6Z213X2Y5Z28X2Y4Z2109X2Y3Z2X2Y3Z178X2Y2Z23XY4Z3XY3Z22X2Y2Z140XY3Z19XY2Z218X2YZ138XY2Z20XYZ2136XYZ24*X^4*Y^5*Z^4+40*X^4*Y^4*Z^4+52*X^2*Y^6*Z^2+13*X^2*Y^5*Z^2+8*X^2*Y^4*Z^2+109*X^2*Y^3*Z^2+X^2*Y^3*Z+178*X^2*Y^2*Z^2+3*X*Y^4*Z+3*X*Y^3*Z^2+2*X^2*Y^2*Z+140*X*Y^3*Z+19*X*Y^2*Z^2+18*X^2*Y*Z+138*X*Y^2*Z+20*X*Y*Z^2+136*X*Y*Z

Algorithm definition

The algorithm ⟨8×12×15:904⟩ 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