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.
| 1 | initial version |
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.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.