diff options
Diffstat (limited to '1802/CH4/EX4.10')
-rwxr-xr-x | 1802/CH4/EX4.10/Exa4_10.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/1802/CH4/EX4.10/Exa4_10.sce b/1802/CH4/EX4.10/Exa4_10.sce new file mode 100755 index 000000000..4d008b3fe --- /dev/null +++ b/1802/CH4/EX4.10/Exa4_10.sce @@ -0,0 +1,14 @@ +//Exa 4.10
+clc;
+clear;
+close;
+//Given Data :
+format('v',9);
+d1=2;//in cm
+d2=2.5;//in cm
+d3=4.5;//in cm
+r=1.24/2;//in cm
+L=10^-7*[0.5+2*log((d1*d2*d3)^(1/3)/r)];//in H/m
+L=L*1000*1000;//in mH/km
+disp(L,"Inductance per km(in mH) :");
+//Note : Answer in the book is wrong(calculation mistake).
\ No newline at end of file |