Description of fast matrix multiplication algorithm: ⟨8×18×24:2100⟩

Algorithm type

12⁢X8⁢Y8⁢Z8+12⁢X4⁢Y12⁢Z4+24⁢X4⁢Y8⁢Z4+24⁢X2⁢Y12⁢Z2+132⁢X4⁢Y4⁢Z4+96⁢X2⁢Y6⁢Z2+216⁢X2⁢Y4⁢Z2+144⁢X⁢Y6⁢Z+432⁢X2⁢Y2⁢Z2+144⁢X⁢Y3⁢Z+432⁢X⁢Y2⁢Z+432⁢X⁢Y⁢Z12X8Y8Z812X4Y12Z424X4Y8Z424X2Y12Z2132X4Y4Z496X2Y6Z2216X2Y4Z2144XY6Z432X2Y2Z2144XY3Z432XY2Z432XYZ12*X^8*Y^8*Z^8+12*X^4*Y^12*Z^4+24*X^4*Y^8*Z^4+24*X^2*Y^12*Z^2+132*X^4*Y^4*Z^4+96*X^2*Y^6*Z^2+216*X^2*Y^4*Z^2+144*X*Y^6*Z+432*X^2*Y^2*Z^2+144*X*Y^3*Z+432*X*Y^2*Z+432*X*Y*Z

Algorithm definition

The algorithm ⟨8×18×24:2100⟩ is the (Kronecker) tensor product of ⟨2×2×2:7⟩ with ⟨4×9×12:300⟩.

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