diff options
Diffstat (limited to '3758/CH1/EX1.19/Ex1_19.sce')
-rw-r--r-- | 3758/CH1/EX1.19/Ex1_19.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3758/CH1/EX1.19/Ex1_19.sce b/3758/CH1/EX1.19/Ex1_19.sce new file mode 100644 index 000000000..376606640 --- /dev/null +++ b/3758/CH1/EX1.19/Ex1_19.sce @@ -0,0 +1,8 @@ +clc;
+h=0.25; //height of capillary rise in cm
+t=0.0075*10^-2; //surface tension in kg/cm
+s=1; //specific gravity of water
+w=1000*10^-6; //soecific weight of water in kg/cm^3
+r=(2*t)/(s*w*h); //calculating radius of glass tube
+d=2*r; //diameter of glass tube
+printf('diameter of glass tube is %f cm',d);
|