diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /1574/CH10/EX10.3 | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '1574/CH10/EX10.3')
-rwxr-xr-x | 1574/CH10/EX10.3/PoRW_Ex_10_3.sce | 8 | ||||
-rwxr-xr-x | 1574/CH10/EX10.3/Result_of_Chapter_10_Ex10_3.JPG | bin | 0 -> 129814 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/1574/CH10/EX10.3/PoRW_Ex_10_3.sce b/1574/CH10/EX10.3/PoRW_Ex_10_3.sce new file mode 100755 index 000000000..016b9715c --- /dev/null +++ b/1574/CH10/EX10.3/PoRW_Ex_10_3.sce @@ -0,0 +1,8 @@ +clc
+//Chapter10
+//Example10.3
+//Given
+ht=152.5,hr=9.15 // Antenna height
+d=4100*(sqrt(ht)+sqrt(hr)) //distance
+mprintf('Direct ray coverage is possible over %f km',d*1e-3)
+
diff --git a/1574/CH10/EX10.3/Result_of_Chapter_10_Ex10_3.JPG b/1574/CH10/EX10.3/Result_of_Chapter_10_Ex10_3.JPG Binary files differnew file mode 100755 index 000000000..2c6b49b4b --- /dev/null +++ b/1574/CH10/EX10.3/Result_of_Chapter_10_Ex10_3.JPG |