summaryrefslogtreecommitdiff
path: root/1928/CH4/EX4.15.21/ex_4_15_21.sce
blob: c852ceb9b9ecf26897c65c0dc3c008ff34c4147f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Chapter-4,Example4_15_21,pg 4-37

d=18*10^-3                              //thickness

v=5.9*10^3                              //velocity

t=(2*d)/v                               //echo time

printf("echo time =")

disp(t)

printf("sec")