summaryrefslogtreecommitdiff
path: root/1697/CH1/EX1.7/Exa1_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1697/CH1/EX1.7/Exa1_7.sce')
-rwxr-xr-x1697/CH1/EX1.7/Exa1_7.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1697/CH1/EX1.7/Exa1_7.sce b/1697/CH1/EX1.7/Exa1_7.sce
new file mode 100755
index 000000000..bb5f3ccb9
--- /dev/null
+++ b/1697/CH1/EX1.7/Exa1_7.sce
@@ -0,0 +1,15 @@
+//Exa 1.7
+clc;
+clear;
+close;
+//given data :
+l=30;//in m
+Irms=20;//in A
+f=1;//in MHz
+r=10;//in Km
+r=r*1000;//in m
+le=2*l/%pi;//in m
+lambda=300/(f);//in m
+Erms=120*%pi*le*Irms/(lambda*r);//in V/m
+disp(Erms,"Field strength at 10Km distace in V/m: ");
+//Note : Answer in the book is wrong \ No newline at end of file