Name: Michael Fickinger Date: 01/12/12-06:53:10 PM Z
Hi,
This is a little weird. SUNSimplify gives the wrong answer when applied to several terms at once but works when used term by term:
In[1]:= SUNSimplify[SUNT[a, b, b, a] + SUNT[a,
b, a, b]]
SUNSimplify[SUNT[a, b, b, a]] +
SUNSimplify[SUNT[a, b, a, b]]
Out[1]=
(-(1/2))*(2 - Subscript[C, A]^2)*Subscript[C,
F]*(Subscript[C, A] - 2*Subscript[C, F])
Out[2]=
Subscript[C, F]^2 - (1/2)*Subscript[C,
F]*(Subscript[C, A] - 2*Subscript[C, F])
Am I doing anything wrong?
Best,
Michael