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

Algorithm type

24⁢X4⁢Y5⁢Z4+40⁢X4⁢Y4⁢Z4+52⁢X2⁢Y6⁢Z2+13⁢X2⁢Y5⁢Z2+8⁢X2⁢Y4⁢Z2+109⁢X2⁢Y3⁢Z2+X2⁢Y3⁢Z+178⁢X2⁢Y2⁢Z2+3⁢X⁢Y4⁢Z+3⁢X⁢Y3⁢Z2+2⁢X2⁢Y2⁢Z+140⁢X⁢Y3⁢Z+19⁢X⁢Y2⁢Z2+18⁢X2⁢Y⁢Z+138⁢X⁢Y2⁢Z+20⁢X⁢Y⁢Z2+136⁢X⁢Y⁢Z24X4Y5Z440X4Y4Z452X2Y6Z213X2Y5Z28X2Y4Z2109X2Y3Z2X2Y3Z178X2Y2Z23XY4Z3XY3Z22X2Y2Z140XY3Z19XY2Z218X2YZ138XY2Z20XYZ2136XYZ24*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