summaryrefslogtreecommitdiff
path: root/1994/CH3/EX3.9/Example3_9.sce
blob: be997a7d7988b8d16b29c95e6a5d64933e54be72 (plain)
1
2
3
4
5
6
7
//Chapter-3,Example3_9,pg 3_38
n=4
fsmin=10*10^-3//full scale value on min. range
R=1/(10^n)
S=fsmin*R
printf("senstivity of meter\n ")
printf("s=%.7f",S)