summaryrefslogtreecommitdiff
path: root/1052/CH14/EX14.9/149.sce
blob: 776ba54e759e1ee7741be2e54ee8e2cb9376f65e (plain)
1
2
3
4
5
6
7
8
9
10
clc;
//Example 14.9
//page no 161
printf(" Example 14.9 page no 161\n\n");
//refer to example 14.7
D=0.0493//diameter of tuube
S=%pi*D^2/4//cross sectional area\
P=8685//pressure
F=P*S//force required to hold the pipe,direction is opposite the flow
printf("\n Force required to hold pipe F=%f N",F);