Name: xh Qin Date: 12/12/18-09:47:20 AM Z
eh, what you mean is that i should replace it by myself for SU(2), just
as
In[3]:= SUNF[a, b, c] SUNF[a, d, e] /.
SUNF[a_, b_, c_] SUNF[a_, d_, e_] -> (SD[b,
d] SD[c, e] -
SD[b, e] SD[c, d])
Out[3]= \[Delta]^(bd) \[Delta]^(ce)-\[Delta]^(be) \[Delta]^(cd)
right?
and i want to ask another question,
In[16]:= SD[a, b] SUNTF[{m}, a, c] //
SUNSimplify
SDF[a, b] SUNTF[{m}, a, c] // SUNSimplify
Out[16]= \[Delta]^(ab) Subsuperscript[T, ac, m]
Out[17]= Subsuperscript[T, bc, m]
\delta^ab(SD[a,b]) couldn’t combine with SUNTF, and
\delta_ab(SDF[a,b]) could do it. but the indices of \delta
came from \epsilon is over up, and if i want to combine the
two(namely,\epsilon and T^m_ab), should i replace the head of SD to
SDF in the intermediate process?
Thanks a ton