summaryrefslogtreecommitdiff
path: root/3523/CH4/EX4.10.2/Ex4_2.sce
blob: 777c725ad82d9533dbbea1f0de5406c5bdfa5e87 (plain)
1
2
3
4
5
6
7
8
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)