summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.42/Ex9_42.sce
blob: 45e79757c798aed0954a528a99cb5af9d06c675b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
clear
//Given
E=3
G=100
R=200.0
n=30

//Calculation
Ig=E/(G+R)
K=(Ig/n)*10**6

//Result
printf("\n Figure of merit of the galvanometer is %0.1f  micro A/division",K)