summaryrefslogtreecommitdiff
path: root/2021/CH14/EX14.11
diff options
context:
space:
mode:
Diffstat (limited to '2021/CH14/EX14.11')
-rwxr-xr-x2021/CH14/EX14.11/EX14_11.pdfbin0 -> 17411 bytes
-rwxr-xr-x2021/CH14/EX14.11/EX14_11.sce12
2 files changed, 12 insertions, 0 deletions
diff --git a/2021/CH14/EX14.11/EX14_11.pdf b/2021/CH14/EX14.11/EX14_11.pdf
new file mode 100755
index 000000000..852745124
--- /dev/null
+++ b/2021/CH14/EX14.11/EX14_11.pdf
Binary files differ
diff --git a/2021/CH14/EX14.11/EX14_11.sce b/2021/CH14/EX14.11/EX14_11.sce
new file mode 100755
index 000000000..3ad8a717a
--- /dev/null
+++ b/2021/CH14/EX14.11/EX14_11.sce
@@ -0,0 +1,12 @@
+//Finding of Qm.Nm
+//Given
+Qp=3000;
+Np=0.025;
+L1=1000;
+L2=100;
+//To Find
+B=sqrt(L2);
+Qm=Qp/(L1*L2*B);
+Nm=(Qp/Qm)*1/(((L1*L2*(L2)^(2/3))/Np)*B*sqrt(1/L1));
+disp(" Qm ="+string(Qm)+" m^3/sec");
+disp(" Nm ="+string(Nm)+" No units");