Call a procedure with negative argument variable

March 05 2010 by 848380 228
false

0


rect := t -> Heaviside(t + 1/2) - Heaviside(t - 1/2)
intConv := (f1,f2) -> t -> (int(f1(t-tau)*f1(tau), tau = -infinity..infinity));

What I now wanna do is something like
plot(intConv(Heaviside, rect(-t)));
but it doesn't work and only
plot(intConv(Heaviside, rect));
works without giving arguments at all, even
plot(intConv(Heaviside(t), rect(t)));
doesn't work?

 
Loading Comments & Answers

You must be logged into your MaplePrimes account in order to post a comment. If you don't have an account, you can create an account here.

     

Forgot Your Password? Create an Account