summaryrefslogtreecommitdiff
path: root/1994/CH8/EX8.14/Example8_14.sce
blob: a3edbed771468774903dae789b54cd424655ed07 (plain)
1
2
3
4
5
6
7
8
9
10
//Chapter-8,Example8_14,pg 59
R=500
delR=20
E=10
Vth=E*delR/(4*R)
Req=R
Rg=125
Ig=Vth/(Req+Rg)
printf("current through galvanometer\n")
printf("Ig=%.8f A",Ig)