summaryrefslogtreecommitdiff
path: root/752/CH15/EX15.3.2/15_3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '752/CH15/EX15.3.2/15_3_2.sce')
-rwxr-xr-x752/CH15/EX15.3.2/15_3_2.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/752/CH15/EX15.3.2/15_3_2.sce b/752/CH15/EX15.3.2/15_3_2.sce
new file mode 100755
index 000000000..c1c818602
--- /dev/null
+++ b/752/CH15/EX15.3.2/15_3_2.sce
@@ -0,0 +1,6 @@
+clc;
+//page no 548
+//prob no. 15.3.2
+ht1=100;ht2=60;//antenna heights in ft
+dmax_miles=sqrt(2*ht1)+sqrt(2*ht2);
+disp('miles',dmax_miles,'The maximum range is'); \ No newline at end of file