First time here? Check out the FAQ!
asked 1 year ago
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.