diff options
Diffstat (limited to '1802/CH4/EX4.14/Exa4_14.sce')
-rwxr-xr-x | 1802/CH4/EX4.14/Exa4_14.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1802/CH4/EX4.14/Exa4_14.sce b/1802/CH4/EX4.14/Exa4_14.sce new file mode 100755 index 000000000..e389e4192 --- /dev/null +++ b/1802/CH4/EX4.14/Exa4_14.sce @@ -0,0 +1,12 @@ +//Exa 4.14
+clc;
+clear;
+close;
+//Given Data :
+format('v',5);
+d=2.5*100;//in cm(spacing)
+r=2/2;//in cm
+epsilon_o=8.854*10^-12;//constnt
+C=2*%pi*epsilon_o/log(d/r);//in Farad per meter
+disp(C*10*1000*10^6,"Capacitance for 10 km line(in uF) :");
+//Note : answer given in the book is wrong but calculated is right.
\ No newline at end of file |