The implicit order of the functions
I would like to know why when we compute TT
TT=(a*x^2+ b*x)*exp(-(1/2)*x^2)*cos(a*x)
show(TT)
it becomes (ax^2+ bx)cos(ax)exp(-(1/2)x^2). Is there an implicit order for the functions.
Sage is known to be adamantly asinine when choosing the order of terms and factors. This is related to numerous questions, wails, tears and teeth gnashings...
But it's strictly cosmetics.