Can't seem to get the convolution of these two functions.

f(t) = unit_step(t) - unit_step(t-3)

g(t) = unit_step(t) - unit_step(t-1)

Matlab (argggggghh...) does it simply: conv(f,g). I tried the methods in the documentation: z = f.convolution(g), but no no luck getting it to work in sage.

Thanks,
-d


--
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
Visit this group at http://groups.google.com/group/sage-support?hl=en.


Reply via email to