summaryrefslogtreecommitdiff
path: root/2789/CH2/EX2.8/Ex2_8.sce
blob: d8f953747c29ad35543721ed424b1726785f8918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clear;
clc;

//page no. 48

gam = 53.0;// lb/cuft
D = 17;// inches
d = 12;// inches
V = (%pi/6)*(D/12)^3;
V1 = 0.584;//cuft
V2 = 0.711;//cuft
W = V*gam;
F_B = V1*62.4;
F_ACA = (V2)*62.4;
F = W+F_ACA-F_B;
printf('The force exerted between sphere and orfice plate = %.1f lb',F);

//there is an error in the answer given in textbook