diff options
Diffstat (limited to '1055/CH2/EX2.7/ch2_7.sce')
-rwxr-xr-x | 1055/CH2/EX2.7/ch2_7.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1055/CH2/EX2.7/ch2_7.sce b/1055/CH2/EX2.7/ch2_7.sce new file mode 100755 index 000000000..2ee3bbac1 --- /dev/null +++ b/1055/CH2/EX2.7/ch2_7.sce @@ -0,0 +1,7 @@ +// // To determine the inductance per Km per phase of single circuit
+clear
+clc;
+Ds=sqrt(0.025*.4*.7788);
+Dm=((6.5*13.0*6.5)^(1/3));
+Z=2*(10^-4)*1000*log(Dm/Ds);
+mprintf("inductance =%.3f mH/km/phase",Z);
|