summaryrefslogtreecommitdiff
path: root/1928/CH4/EX4.15.23/ex_4_15_23.sce
blob: 5d1ec8841c44aa1db5c304a9266717d834019463 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Chapter-4,Example4_15_23,pg 4-38

d=7.23*10^3                             //density

Y=11.6*10^10                            //Young's modulus

n=20*10^3                               //frequency of wave

k=1                                     //consider 1st harmonic

l=(k/(2*n))*sqrt(Y/d)                   //arranging formula of natural frequency

printf("length =")

disp(l)

printf("meter")