summaryrefslogtreecommitdiff
path: root/3876/CH3/EX3.2/Ex3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3876/CH3/EX3.2/Ex3_2.sce')
-rw-r--r--3876/CH3/EX3.2/Ex3_2.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3876/CH3/EX3.2/Ex3_2.sce b/3876/CH3/EX3.2/Ex3_2.sce
new file mode 100644
index 000000000..f1c13142c
--- /dev/null
+++ b/3876/CH3/EX3.2/Ex3_2.sce
@@ -0,0 +1,16 @@
+//Chapter 3 Liquids
+
+clc;
+clear;
+
+//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
+mprintf("Surface Tension = %.1f dynes per cm",R);