summaryrefslogtreecommitdiff
path: root/1439/CH13/EX13.9/13_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH13/EX13.9/13_9.sce')
-rwxr-xr-x1439/CH13/EX13.9/13_9.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1439/CH13/EX13.9/13_9.sce b/1439/CH13/EX13.9/13_9.sce
new file mode 100755
index 000000000..0b9937463
--- /dev/null
+++ b/1439/CH13/EX13.9/13_9.sce
@@ -0,0 +1,13 @@
+clc
+//initialisation of variables
+Mc= 63.54 //gms
+n= 2
+mc= 0.3 //gms
+mc1= 1.43
+mc2= 1.2140
+//CALCULATIONS
+Me= Mc/n
+Tc= ((mc/Me)-((mc1-mc2)/Me))/(mc/Me)
+Ta= 1-Tc
+//RESULTS
+printf ('copper transference number= %.2f ',Ta)