ilt-unit-impulse
unit impulse
g(s):=sum(1/(s+1)^n,n,1,10);
Example:
g(s):=sum(1/(s+1)^n,n,1,20); ilt( g(s), s, 4*t ); plot2d(%, [t,0,20]);