diff options
Diffstat (limited to '2078/CH4/EX4.25/Example4_25.sce')
-rwxr-xr-x | 2078/CH4/EX4.25/Example4_25.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2078/CH4/EX4.25/Example4_25.sce b/2078/CH4/EX4.25/Example4_25.sce new file mode 100755 index 000000000..8c9a271e8 --- /dev/null +++ b/2078/CH4/EX4.25/Example4_25.sce @@ -0,0 +1,11 @@ +//Exa 4.25
+clc;
+clear;
+close;
+//Given data :
+r=1.5/2;//cm
+d=3*100;//cm
+h=6*100;//cm
+epsilon_o=8.854*10^-12;//permitivity
+C=%pi*epsilon_o/log(d/(1+d^2/4/h^2)^r)*10^3;//F
+disp(C,"Capacitance per km of line(F) : ");
|