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.4 | |
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.4')
-rwxr-xr-x | 1574/CH10/EX10.4/PoRW_Ex_10_4.sce | 8 | ||||
-rwxr-xr-x | 1574/CH10/EX10.4/Result_of_Chapter_10_Ex10_4.JPG | bin | 0 -> 131868 bytes |
2 files changed, 8 insertions, 0 deletions
diff --git a/1574/CH10/EX10.4/PoRW_Ex_10_4.sce b/1574/CH10/EX10.4/PoRW_Ex_10_4.sce new file mode 100755 index 000000000..bfe0a23ab --- /dev/null +++ b/1574/CH10/EX10.4/PoRW_Ex_10_4.sce @@ -0,0 +1,8 @@ +clc
+//Chapter10
+//Example10.4
+//Given
+//b
+ht=3e3,hr=5e3 // Antenna height
+d=4100*(sqrt(ht)+sqrt(hr))//distance
+mprintf('Max possible distance for efective point to point\n communication is %f km',d*1e-3)
diff --git a/1574/CH10/EX10.4/Result_of_Chapter_10_Ex10_4.JPG b/1574/CH10/EX10.4/Result_of_Chapter_10_Ex10_4.JPG Binary files differnew file mode 100755 index 000000000..15113ac32 --- /dev/null +++ b/1574/CH10/EX10.4/Result_of_Chapter_10_Ex10_4.JPG |