summaryrefslogtreecommitdiff
path: root/1697/CH1/EX1.13
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1697/CH1/EX1.13
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1697/CH1/EX1.13')
-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