summaryrefslogtreecommitdiff
path: root/1697/CH1/EX1.13/Exa1_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '1697/CH1/EX1.13/Exa1_13.sce')
-rwxr-xr-x1697/CH1/EX1.13/Exa1_13.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/1697/CH1/EX1.13/Exa1_13.sce b/1697/CH1/EX1.13/Exa1_13.sce
new file mode 100755
index 000000000..66ae1b7f5
--- /dev/null
+++ b/1697/CH1/EX1.13/Exa1_13.sce
@@ -0,0 +1,16 @@
+//Exa 1.13
+clc;
+clear;
+close;
+//given data :
+r=1;//in Km
+r=1*10^3;//in m
+l=1;//in m
+Irms=10;//in A
+f=5;//in MHz
+c=3*10^8;//speed of light i m/s
+lambda=c/(f*10^6);//in m
+le=2*l/%pi;//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. Mistake during value putting. \ No newline at end of file