summaryrefslogtreecommitdiff
path: root/3769/CH9/EX9.33/Ex9_33.sce
blob: 3fb6bad234e313e1af5d2c3498995edc43f2d351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
n=30
B=0.25                      //T
A=1.5*10**-3
K=10**-3

//Calculation
S=(n*B*A)/K

//Result
printf("\n Current sensitivity of the galvanometer is %0.3f  degree/A", S)