summaryrefslogtreecommitdiff
path: root/3876/CH7/EX7.4/Ex7_4.sce
diff options
context:
space:
mode:
Diffstat (limited to '3876/CH7/EX7.4/Ex7_4.sce')
-rw-r--r--3876/CH7/EX7.4/Ex7_4.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/3876/CH7/EX7.4/Ex7_4.sce b/3876/CH7/EX7.4/Ex7_4.sce
new file mode 100644
index 000000000..6e81d9e45
--- /dev/null
+++ b/3876/CH7/EX7.4/Ex7_4.sce
@@ -0,0 +1,14 @@
+//Chapter 7 Conductivity
+
+clc;
+clear;
+
+//Initialisation of Variables
+L= 0.025 //ohms
+k= 0.0112 //ohms
+
+//CALCULATIONS
+C= k/L
+
+//RESULTS
+mprintf("Cell constant= %.3f",C)