summaryrefslogtreecommitdiff
path: root/1652/CH15/EX15.4/15_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1652/CH15/EX15.4/15_4.sce')
-rwxr-xr-x1652/CH15/EX15.4/15_4.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1652/CH15/EX15.4/15_4.sce b/1652/CH15/EX15.4/15_4.sce
new file mode 100755
index 000000000..76d7f9bf9
--- /dev/null
+++ b/1652/CH15/EX15.4/15_4.sce
@@ -0,0 +1,8 @@
+clc
+//Initialization of variables
+l1=349.8
+l2=40.9
+//calculations
+l=l1+l2
+//results
+printf("Conductance for acetic acid = %.1f ohm^-1 cm^2",l)