summaryrefslogtreecommitdiff
path: root/2021/CH7/EX7.13
diff options
context:
space:
mode:
Diffstat (limited to '2021/CH7/EX7.13')
-rwxr-xr-x2021/CH7/EX7.13/EX7_13.pdfbin0 -> 16883 bytes
-rwxr-xr-x2021/CH7/EX7.13/Ex7_13.sce12
2 files changed, 12 insertions, 0 deletions
diff --git a/2021/CH7/EX7.13/EX7_13.pdf b/2021/CH7/EX7.13/EX7_13.pdf
new file mode 100755
index 000000000..c30764e1c
--- /dev/null
+++ b/2021/CH7/EX7.13/EX7_13.pdf
Binary files differ
diff --git a/2021/CH7/EX7.13/Ex7_13.sce b/2021/CH7/EX7.13/Ex7_13.sce
new file mode 100755
index 000000000..75abb0290
--- /dev/null
+++ b/2021/CH7/EX7.13/Ex7_13.sce
@@ -0,0 +1,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");