summaryrefslogtreecommitdiff
path: root/3769/CH6/EX6.13/Ex6_13.sce
blob: baf9194061d2aa4d8d17df835a5b200f6edb6612 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
clear
//Given
R=2                   //ohm
R1=2.4                 //ohm
V=4                    //V
E=1.5

//Calculation
R11=R+R1
I=V/R11
Vab=I*R
K=Vab
l=E/K

//Result
printf("\n Length for zero galvanometer deflection is %0.3f  m", l)