summaryrefslogtreecommitdiff
path: root/269/CH7/EX7.4/example4.sce
blob: 38fed5ca4a275603fe88570fbb770538c5478298 (plain)
1
2
3
4
5
Syms s t
disp('given')
disp('i(s)=V/R/s+(1/RC) for t>=0')
z=ilt('(V/R*s^0+0)/(s+(1/RC))',s,t)
disp(z,"z(t)=")