summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.3/ex2_3.sce
blob: dccc61fa95e627120002737c5a41e384adef14a3 (plain)
1
2
3
4
5
6
7
//chapter 2
//Rrad=80*pi^2*(dl/lambda)^2
printf("\n");
dl=0.1;
printf("the elemental length is given by %g",dl);
Rrad=80*(%pi)^2*(0.1)^2;
printf("\nthe radiation resistance is %gohm",Rrad);