1 2 3 4 5 6 7 8 9 10
syms s t R=laplace(2,t,s) C=laplace(%e^(-5*t),t,s) TF=C/R c=ilaplace(2/(s*(s+5)),s,t) // as C= TF * R disp(c,"output is c(t)=")