summaryrefslogtreecommitdiff
path: root/1994/CH7/EX7.7/Example7_7.sce
blob: cb7c18bf6a38dad921f3c47e0bf628c215ce5159 (plain)
1
2
3
4
5
6
7
//Chapter-7,Example7_7,pg 7-30
Rm=500
Im=40*10^-6
V=10
Rs=(V/Im)-Rm
printf("multiplier resistance\n")
printf("Rs=%.2f ohm",Rs)