summaryrefslogtreecommitdiff
path: root/1928/CH4/EX4.15.20/ex_4_15_20.sce
blob: 3a2d0d4d37f8e73546e0f6cd480fa493267a6e42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Chapter-4,Example4_15_20,pg 4-36

t2=30*10^-6                             //pulse arrival time of defective steel bar

t1=80*10^-6                             //pulse arrival time of non defective steel bar

d=40*10^-2                              //bar thickness

x=(t2/t1)*d

printf("distance at which defect has occurred =")

disp(x)

printf("meter")