summaryrefslogtreecommitdiff
path: root/2465/CH9/EX9.6/Example_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH9/EX9.6/Example_6.sce')
-rw-r--r--2465/CH9/EX9.6/Example_6.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2465/CH9/EX9.6/Example_6.sce b/2465/CH9/EX9.6/Example_6.sce
new file mode 100644
index 000000000..6cec6eaf8
--- /dev/null
+++ b/2465/CH9/EX9.6/Example_6.sce
@@ -0,0 +1,11 @@
+//Chapter-9,Example 6,Page 221
+clc();
+close();
+
+lamda_v= 48.15 //equivalent conductivity
+
+lamda_v1= 390.6 //equivalent conductivity at infinity
+
+alpha= lamda_v/lamda_v1
+
+printf('the degree of dissolution of acetic acid is %.4f ',alpha)