summaryrefslogtreecommitdiff
path: root/2863/CH7/EX7.2/ex7_2.sce
blob: c4b61465f13ec6bbf23e39653c9054460c5a1792 (plain)
1
2
3
4
5
6
7
8
//chapter 7
printf("\n");
Nmax=10^11;
phi=(%pi)/9;
fcr=sqrt(81*Nmax);
printf("the critical frequency is %gHz",fcr);
fmuf=fcr*sec(phi);
printf("\nthe maximum usable frequency is %gHz",fmuf);