summaryrefslogtreecommitdiff
path: root/978/CH6/EX6.2/Example6_2.sce
blob: 9f2e05ce2b9bafaee4355b1e8c96bc8fee0670ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//chapter-6,Example6_2,pg 178

fy=1.8*10^3//frequency at vertical plates

Nv=2//vertical tangencies

Nh=3//horizontal tangencies

fx=fy*(Nv/Nh)//frequency at horizontal plates

printf("frequency of other wave\n")

printf("fx=%.2f Hz",fx)