Description of fast matrix multiplication algorithm: ⟨3×5×24:270⟩

Algorithm type

3⁢X3⁢Y⁢Z3+9⁢X2⁢Y3⁢Z2+81⁢X2⁢Y2⁢Z2+3⁢X⁢Y2⁢Z3+3⁢X3⁢Y⁢Z+15⁢X⁢Y3⁢Z+21⁢X⁢Y2⁢Z2+30⁢X⁢Y⁢Z3+3⁢X2⁢Y⁢Z+48⁢X⁢Y2⁢Z+42⁢X⁢Y⁢Z2+12⁢X⁢Y⁢Z3X3YZ39X2Y3Z281X2Y2Z23XY2Z33X3YZ15XY3Z21XY2Z230XYZ33X2YZ48XY2Z42XYZ212XYZ3*X^3*Y*Z^3+9*X^2*Y^3*Z^2+81*X^2*Y^2*Z^2+3*X*Y^2*Z^3+3*X^3*Y*Z+15*X*Y^3*Z+21*X*Y^2*Z^2+30*X*Y*Z^3+3*X^2*Y*Z+48*X*Y^2*Z+42*X*Y*Z^2+12*X*Y*Z

Algorithm definition

The algorithm ⟨3×5×24:270⟩ is the (Kronecker) tensor product of ⟨1×1×3:3⟩ with ⟨3×5×8:90⟩.

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