summaryrefslogtreecommitdiff
path: root/3758/CH1/EX1.19/Ex1_19.sce
blob: 3766066403ecb81ac5f330851263f1df157d2fb5 (plain)
1
2
3
4
5
6
7
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);