summaryrefslogtreecommitdiff
path: root/3523/CH4/EX4.10.2/Ex4_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3523/CH4/EX4.10.2/Ex4_2.sce')
-rw-r--r--3523/CH4/EX4.10.2/Ex4_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3523/CH4/EX4.10.2/Ex4_2.sce b/3523/CH4/EX4.10.2/Ex4_2.sce
new file mode 100644
index 000000000..777c725ad
--- /dev/null
+++ b/3523/CH4/EX4.10.2/Ex4_2.sce
@@ -0,0 +1,9 @@
+//Example 2// Ch 4
+clc;
+clear;
+close;
+// given data
+I = 10^9;
+alpha = 460.5;//ionization coefficient
+d = log(I)/alpha;//electrode spacing in meter
+printf("electrode spacing %f m",d)