summaryrefslogtreecommitdiff
path: root/3782/CH1/EX1.1/Ex1_1.sce
blob: 7ba2a87b2bfe03f3604f943ac724fde9bc602168 (plain)
1
2
3
4
5
6
7
	clear
l=20                //chain length
e=0.03              //error
l1=l+e              //L'
ml=327              //measured length
truel=(l1/l)*(ml)    //true length
printf("\n true length of line= %0.3f ",truel)