summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.33/ex2_33.sce
blob: 98005d652e10a668ca0b255e1e98f2f2f270a84b (plain)
1
2
3
4
5
6
7
//chapter 2
printf("\n");
f=30*10^6;
c=3*10^8;
lamda=c/f;
leng=lamda/2;
printf("the length of half wave dipole is %dm",leng);