diff options
Diffstat (limited to '2863/CH2/EX2.33/ex2_33.sce')
-rwxr-xr-x | 2863/CH2/EX2.33/ex2_33.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/2863/CH2/EX2.33/ex2_33.sce b/2863/CH2/EX2.33/ex2_33.sce new file mode 100755 index 000000000..98005d652 --- /dev/null +++ b/2863/CH2/EX2.33/ex2_33.sce @@ -0,0 +1,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);
|