summaryrefslogtreecommitdiff
path: root/1026/CH8/EX8.8/Example8_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1026/CH8/EX8.8/Example8_8.sce')
-rwxr-xr-x1026/CH8/EX8.8/Example8_8.sce21
1 files changed, 21 insertions, 0 deletions
diff --git a/1026/CH8/EX8.8/Example8_8.sce b/1026/CH8/EX8.8/Example8_8.sce
new file mode 100755
index 000000000..567ef6545
--- /dev/null
+++ b/1026/CH8/EX8.8/Example8_8.sce
@@ -0,0 +1,21 @@
+//chapter8,Example8_8,pg 184
+
+Dn=1.40
+
+D=1.27
+
+//when u=1
+
+//(Dn^2)=4*n*lam*R=(1.40^2)
+
+//when u=u1
+
+//(D^2)=(4*n*lam*R)/u1=(1.27^2)
+
+//from above eqn's
+
+u1=((Dn^2)/(D^2))
+
+printf("RI of liquid\n")
+
+printf("u=%.2f",u1) \ No newline at end of file