summaryrefslogtreecommitdiff
path: root/2078/CH4/EX4.7/Example4_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2078/CH4/EX4.7/Example4_7.sce')
-rwxr-xr-x2078/CH4/EX4.7/Example4_7.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2078/CH4/EX4.7/Example4_7.sce b/2078/CH4/EX4.7/Example4_7.sce
new file mode 100755
index 000000000..84627f55b
--- /dev/null
+++ b/2078/CH4/EX4.7/Example4_7.sce
@@ -0,0 +1,10 @@
+//Exa 4.7
+clc;
+clear;
+close;
+//Given data :
+r=1.24/2;//cm
+rdash=0.7788*r;//cm
+d=2*100;//cm
+L=0.2*log(d/rdash);//mH
+disp(L,"Inductance per phase per km(mH)");