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, 0 insertions, 8 deletions
diff --git a/3758/CH1/EX1.19/Ex1_19.sce b/3758/CH1/EX1.19/Ex1_19.sce deleted file mode 100644 index 376606640..000000000 --- a/3758/CH1/EX1.19/Ex1_19.sce +++ /dev/null @@ -1,8 +0,0 @@ -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);
|