diff options
Diffstat (limited to '1385/CH3/EX3.2')
-rwxr-xr-x | 1385/CH3/EX3.2/3_2.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1385/CH3/EX3.2/3_2.sce b/1385/CH3/EX3.2/3_2.sce new file mode 100755 index 000000000..c346bc68f --- /dev/null +++ b/1385/CH3/EX3.2/3_2.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+d= 0.789 //gram per cc
+r= 0.010 //cm
+h= 5.76 //cm
+g= 980.7 // cm /sec^2
+//CALCULATIONS
+R= d*h*r*g/2
+//RESULTS
+printf (' Surface tension= %.1f dynes per cm',R)
|