diff options
Diffstat (limited to '2078/CH4/EX4.2/Example4_2.sce')
-rwxr-xr-x | 2078/CH4/EX4.2/Example4_2.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2078/CH4/EX4.2/Example4_2.sce b/2078/CH4/EX4.2/Example4_2.sce new file mode 100755 index 000000000..8c7207da9 --- /dev/null +++ b/2078/CH4/EX4.2/Example4_2.sce @@ -0,0 +1,13 @@ +//Exa 4.2
+clc;
+clear;
+close;
+//Given data :
+f=50;//Hz
+a=10;//cm^2
+l=500/1000;//km
+r=sqrt(a/%pi);//cm
+d=5*100;//cm
+r_dash=r*0.7788;//cm
+L=0.4*log(d/r_dash)*l;//mH
+disp(L,"Loop inductance per km(mH)");
|