summaryrefslogtreecommitdiff
path: root/2863/CH7/EX7.7/ex7_7.sce
blob: e027008112080b39ba90ec1a6ee2723914b463f5 (plain)
1
2
3
4
5
6
7
8
//chapter 7
printf("\n");
fcre=2.5*10^6;
fcrf=8.5*10^6;
Nmaxe=(fcre)^2/81;
Nmaxf=(fcrf)^2/81;
printf("the Nmax for e layer is %g /m^3",Nmaxe);
printf("\n the Nmax for f layer is %g /m^3",Nmaxf);