From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1574/CH10/EX10.4/PoRW_Ex_10_4.sce | 8 ++++++++ 1574/CH10/EX10.4/Result_of_Chapter_10_Ex10_4.JPG | Bin 0 -> 131868 bytes 2 files changed, 8 insertions(+) create mode 100755 1574/CH10/EX10.4/PoRW_Ex_10_4.sce create mode 100755 1574/CH10/EX10.4/Result_of_Chapter_10_Ex10_4.JPG (limited to '1574/CH10/EX10.4') 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 new file mode 100755 index 000000000..15113ac32 Binary files /dev/null and b/1574/CH10/EX10.4/Result_of_Chapter_10_Ex10_4.JPG differ -- cgit