Hello Group,
I'm having problems getting any return from the Convolve command in MMA 10.3. Here are some examples:
Convolve[E^t, E^-t, t, y]
Convolve[Sin[\[Omega] t], Cos[\[Omega] t], t, y]
Convolve[t, E^t, t, y]
If I do the definition, naturally I get something, for example,
Integrate[E^y E^-(t - y), {y, 0, t}]
GenerateConditions does not help. What bonehead mistake am I making?
thanks, Whiffee