Description of fast matrix multiplication algorithm: ⟨4×10×18:500⟩

Algorithm type

12⁢X4⁢Y4⁢Z4+12⁢X4⁢Y3⁢Z4+18⁢X2⁢Y5⁢Z2+2⁢X⁢Y7⁢Z+46⁢X2⁢Y4⁢Z2+6⁢X⁢Y6⁢Z+48⁢X2⁢Y3⁢Z2+24⁢X⁢Y5⁢Z+48⁢X2⁢Y2⁢Z2+32⁢X⁢Y4⁢Z+14⁢X2⁢Y⁢Z2+96⁢X⁢Y3⁢Z+94⁢X⁢Y2⁢Z+48⁢X⁢Y⁢Z12X4Y4Z412X4Y3Z418X2Y5Z22XY7Z46X2Y4Z26XY6Z48X2Y3Z224XY5Z48X2Y2Z232XY4Z14X2YZ296XY3Z94XY2Z48XYZ12*X^4*Y^4*Z^4+12*X^4*Y^3*Z^4+18*X^2*Y^5*Z^2+2*X*Y^7*Z+46*X^2*Y^4*Z^2+6*X*Y^6*Z+48*X^2*Y^3*Z^2+24*X*Y^5*Z+48*X^2*Y^2*Z^2+32*X*Y^4*Z+14*X^2*Y*Z^2+96*X*Y^3*Z+94*X*Y^2*Z+48*X*Y*Z

Algorithm definition

The algorithm ⟨4×10×18:500⟩ is the (Kronecker) tensor product of ⟨4×10×9:250⟩ with ⟨1×1×2:2⟩.

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