First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 1 year ago

Cyrille gravatar image

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.