summaryrefslogtreecommitdiff
path: root/1151/CH1/EX1.3/example3.sce
blob: 8976872ec6b1e6bc0b02a5e19015449fa23360b4 (plain)
1
2
3
//find transfer function of V2(s)/V1(s
printf("syms R1 R2 C")
printf("G=(R2+R1*R2*C*s)/(R1+R2+R1*R2*C*s)\n transfer function V2(s)/V1(s)=G")