summaryrefslogtreecommitdiff
path: root/1151/CH1/EX1.2/example2.sce
blob: a6b7aa52a8a1a542e486d7248d56bda3d5461dc8 (plain)
1
2
3
4
printf("\n trnsfer function of the given network ")
printf("\n E0(s)=(1/(C*s))*I(s)")
printf("\n E0(s/Ei(s)=(I(s)/C*s)*((C*s)/(I(s)*(s^2*LC+s*R*C+1)))")
printf(" E0(s/Ei(s)= 1/(s^2*LC+s*R*C+1)is the required transfer function")