summaryrefslogtreecommitdiff
path: root/2021/CH7/EX7.14/Ex7_14.sce
blob: 6a62c0219ee4bf43835f0c8a46dd1f5934668cb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//Finding of Rise of Pressure
//Given
l=2000;
d=0.6;
v=2;
t=20;
k=19.62*10^8;
rho=1000;
//To Find
c=sqrt(k/rho);
p=rho*v*c
p1=p/10000;
disp("Rise of Pressure ="+string(p1)+"N/cm^2");