summaryrefslogtreecommitdiff
path: root/2078/CH4/EX4.8/Example4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '2078/CH4/EX4.8/Example4_8.sce')
-rwxr-xr-x2078/CH4/EX4.8/Example4_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2078/CH4/EX4.8/Example4_8.sce b/2078/CH4/EX4.8/Example4_8.sce
new file mode 100755
index 000000000..0678e2204
--- /dev/null
+++ b/2078/CH4/EX4.8/Example4_8.sce
@@ -0,0 +1,12 @@
+//Exa 4.8
+clc;
+clear;
+close;
+//Given data :
+r=(20/2)/10;//cm
+d1=4*100;//cm
+d2=5*100;//cm
+d3=6*100;//cm
+rdash=0.7788*r;//cm
+L=0.2*log((d1*d2*d3)^(1/3)/rdash);//mH
+disp(L,"Inductance per phase(mH)");