summaryrefslogtreecommitdiff
path: root/2863/CH7/EX7.14/ex7_14.sce
blob: f81fdade2a4093ee25f45f461676db923f5a3044 (plain)
1
2
3
4
5
6
7
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);