summaryrefslogtreecommitdiff
path: root/257/CH3/EX3.5/example_3_5.sce
blob: 9d335ac23ab1ab9afce53993b7af0341357985b8 (plain)
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)=")