summaryrefslogtreecommitdiff
path: root/3782/CH8/EX8.8/Ex8_8.sce
blob: 4d1df21cce39b5e818d22195b2d137bf4502d5ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32



//

//

printf("\n at station 1')
h=1,h1=2.55,h2=0.95,b=9,b1=7.5,b2=5.25,

w1=b1+b2
a=(((h/2)*(b1+b2))+((b/4)*(h1+h2)))
printf("\n area= %0.3f sq. meter",a)

printf("\n at station 2')
h=1.5,h1=2.8,h2=1.35,b=9,b1=8.1,b2=4.75,


a1=(((h/2)*(b1+b2))+((b/4)*(h1+h2)))
d=50
k=10.01
v=(d/2)*(a+a1)
w2=b1+b2
printf("\n area= %0.3f sq.m ",a1)
h2=1
h1=1.5
cp=(d/12)*(h1-h2)*(w2-w1)


cv=v-cp
printf("\n v= %0.3f cu.m cp= %0.3f cu.m ",v,cp)
printf("\n correct volume = %0.3f cu.meters",cv)