Description of fast matrix multiplication algorithm: ⟨10×12×24:1750⟩

Algorithm type

16⁢X8⁢Y12⁢Z10+24⁢X4⁢Y12⁢Z10+48⁢X4⁢Y6⁢Z6+96⁢X4⁢Y6⁢Z5+72⁢X2⁢Y6⁢Z6+144⁢X2⁢Y6⁢Z5+18⁢X4⁢Y4⁢Z4+36⁢X2⁢Y4⁢Z2+288⁢X2⁢Y3⁢Z3+432⁢X⁢Y3⁢Z3+144⁢X2⁢Y2⁢Z2+216⁢X⁢Y2⁢Z+216⁢X⁢Y⁢Z16X8Y12Z1024X4Y12Z1048X4Y6Z696X4Y6Z572X2Y6Z6144X2Y6Z518X4Y4Z436X2Y4Z2288X2Y3Z3432XY3Z3144X2Y2Z2216XY2Z216XYZ16*X^8*Y^12*Z^10+24*X^4*Y^12*Z^10+48*X^4*Y^6*Z^6+96*X^4*Y^6*Z^5+72*X^2*Y^6*Z^6+144*X^2*Y^6*Z^5+18*X^4*Y^4*Z^4+36*X^2*Y^4*Z^2+288*X^2*Y^3*Z^3+432*X*Y^3*Z^3+144*X^2*Y^2*Z^2+216*X*Y^2*Z+216*X*Y*Z

Algorithm definition

The algorithm ⟨10×12×24:1750⟩ is the (Kronecker) tensor product of ⟨2×2×2:7⟩ with ⟨5×6×12:250⟩.

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