summaryrefslogtreecommitdiff
path: root/1802/CH4/EX4.13/Exa4_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1802/CH4/EX4.13/Exa4_13.sce')
-rwxr-xr-x1802/CH4/EX4.13/Exa4_13.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1802/CH4/EX4.13/Exa4_13.sce b/1802/CH4/EX4.13/Exa4_13.sce
new file mode 100755
index 000000000..f6be7e8f0
--- /dev/null
+++ b/1802/CH4/EX4.13/Exa4_13.sce
@@ -0,0 +1,11 @@
+//Exa 4.13
+clc;
+clear;
+close;
+//Given Data :
+format('v',5);
+d=300;//in cm(spacing)
+r=1;//in cm
+epsilon_o=8.854*10^-12;//constnt
+C=%pi*epsilon_o/log(d/r);//in Farad per meter
+disp(C*30*1000*10^6,"Capacitance for 30 km line(in uF) :"); \ No newline at end of file