summaryrefslogtreecommitdiff
path: root/2510/CH3/EX3.7/Ex3_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2510/CH3/EX3.7/Ex3_7.sce')
-rwxr-xr-x2510/CH3/EX3.7/Ex3_7.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2510/CH3/EX3.7/Ex3_7.sce b/2510/CH3/EX3.7/Ex3_7.sce
new file mode 100755
index 000000000..825f021aa
--- /dev/null
+++ b/2510/CH3/EX3.7/Ex3_7.sce
@@ -0,0 +1,13 @@
+//Variable declaration:
+X = 7.0 //Coordinate X of H2SO4
+Y = 24.8 //Coordinate Y of H2SO4
+S = 45 //Slope
+
+//Calculations:
+//From the figure C.1 we found the intersection of curves mu = 12cP
+mu = 12
+
+//Results:
+disp("Absolute viscosity of a 98% sulfuric acid solution at 45° C is :")
+disp(mu*10**-2)
+disp(" g/cm.s")