summaryrefslogtreecommitdiff
path: root/1844/CH1/EX1.4/1Q4.sce
blob: d319d67a332346b2d8264a04f052cacd946fe15e (plain)
1
2
3
4
5
6
7
8
9
10
clc
//Intialisation of variables
s=20 // s= 1/3 degree
LC=1/3 // LC=20'
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 )