summaryrefslogtreecommitdiff
path: root/2863/CH7/EX7.17/ex7_17.sce
blob: 7dc4c6d3bc60e068e803ca928715060536539433 (plain)
1
2
3
4
5
6
7
//chapter 7
printf("\n");
fcr=6*10^6;
D=200*10^3;
h=200*10^3;
fmuf=fcr*sqrt(1+(D/(2*h))^2);
printf("the maximum usable frequency is %gHz",fmuf);