summaryrefslogtreecommitdiff
path: root/1844/CH4/EX4.3/4Q3.sce
blob: 0a634b4dbb2a441cf167a0b7ed54a995b0e78a6d (plain)
1
2
3
4
5
6
7
8
clc
// Displacement due to angular error= l sin a
// Displacement due to linear error= l/r
// these two are equal 
a=1.5
r= 1/sind(a)
printf('The offset should be measured with an accuracy of 1 in %i ',r+1)