summaryrefslogtreecommitdiff
path: root/1844/CH1/EX1.5/1Q5.sce
blob: 3670982f4732a54613a89d8351ad8dd26db33339 (plain)
1
2
3
4
5
6
7
8
9
10
clc
//Intialisation of variables
s=10
LC=1/6 // LC=10 seconds
n= s/LC
x=n-1
//Results
printf (' %f',x)
printf (' such primary divisions should be taken for the length of the vernier scale and then divided into %2f parts for a direct vernier',n )