summaryrefslogtreecommitdiff
path: root/3428/CH22/EX14.22.8/Ex14_22_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH22/EX14.22.8/Ex14_22_8.sce')
-rw-r--r--3428/CH22/EX14.22.8/Ex14_22_8.sce12
1 files changed, 6 insertions, 6 deletions
diff --git a/3428/CH22/EX14.22.8/Ex14_22_8.sce b/3428/CH22/EX14.22.8/Ex14_22_8.sce
index d0a58c0c8..6875cc020 100644
--- a/3428/CH22/EX14.22.8/Ex14_22_8.sce
+++ b/3428/CH22/EX14.22.8/Ex14_22_8.sce
@@ -1,11 +1,11 @@
//Section-14,Example-1,Page no.-PC.61
//To find absolute viscosity of liquid.
clc;
-d_s=8*10^3
-d_l=2*10^3
-r=10^-3
-l=0.1
-t=20
-g=9.8
+d_s=8*10^3 //kg/m^3
+d_l=2*10^3 //kg/m^3
+r=10^-3 //m
+l=0.1 //m
+t=20 //s
+g=9.8 //m/s^2
n_l=(2*g*r^2*(d_s-d_l))/(9*(l/t))
disp(n_l,'Absolute viscosity of liquid(Pa s)')