summaryrefslogtreecommitdiff
path: root/2078/CH4/EX4.10/Example4_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '2078/CH4/EX4.10/Example4_10.sce')
-rwxr-xr-x2078/CH4/EX4.10/Example4_10.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2078/CH4/EX4.10/Example4_10.sce b/2078/CH4/EX4.10/Example4_10.sce
new file mode 100755
index 000000000..73586bed8
--- /dev/null
+++ b/2078/CH4/EX4.10/Example4_10.sce
@@ -0,0 +1,12 @@
+//Exa 4.10
+clc;
+clear;
+close;
+//Given data :
+r=1.2/2*10;//mm
+rdash=0.7788*r;//mm
+d=3.5*1000;//mm
+L=2*10^-7*log(d/rdash);//H/m
+Lav=1/3*(L+L+L);//H/m
+d=rdash*exp(Lav/(2*10^-7)-1/3*log(2));//mm
+disp(d/1000,"Spacing between adjacent conductors(m)");