summaryrefslogtreecommitdiff
path: root/1574/CH10/EX10.3/PoRW_Ex_10_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1574/CH10/EX10.3/PoRW_Ex_10_3.sce')
-rwxr-xr-x1574/CH10/EX10.3/PoRW_Ex_10_3.sce8
1 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)
+