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