diff options
Diffstat (limited to '1388/CH2/EX2.5')
-rwxr-xr-x | 1388/CH2/EX2.5/2_5.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1388/CH2/EX2.5/2_5.sce b/1388/CH2/EX2.5/2_5.sce new file mode 100755 index 000000000..64b5ef8cf --- /dev/null +++ b/1388/CH2/EX2.5/2_5.sce @@ -0,0 +1,12 @@ +clc
+//initialisation of variables
+M= 38.3 //mg cm^-1
+d= 13.55 //g cm^-3
+p= 0.9982 //g cm^-3
+g= 980.7 //cm/sec^2
+l= 4.96 //cm
+//CALCULATIONS
+r= sqrt(M*10^-3/(d*%pi))
+R= r*p*g*l/2
+//RESULTS
+printf (' surface tension = %.1f ergs cm^-2 ',R)
|