summaryrefslogtreecommitdiff
path: root/2863/CH7/EX7.14/ex7_14.sce
diff options
context:
space:
mode:
Diffstat (limited to '2863/CH7/EX7.14/ex7_14.sce')
-rwxr-xr-x2863/CH7/EX7.14/ex7_14.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2863/CH7/EX7.14/ex7_14.sce b/2863/CH7/EX7.14/ex7_14.sce
new file mode 100755
index 000000000..f81fdade2
--- /dev/null
+++ b/2863/CH7/EX7.14/ex7_14.sce
@@ -0,0 +1,8 @@
+//chapter 7
+printf("\n");
+ht=40;
+hr=25;
+f=90*10^6;
+p=35;
+LOS=4.12*(sqrt(ht)+sqrt(hr));
+printf("the line of sight distance is %gm",LOS);