diff options
Diffstat (limited to '2863/CH3/EX3.4/ex3_4.sce')
-rwxr-xr-x | 2863/CH3/EX3.4/ex3_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2863/CH3/EX3.4/ex3_4.sce b/2863/CH3/EX3.4/ex3_4.sce new file mode 100755 index 000000000..27b8e2551 --- /dev/null +++ b/2863/CH3/EX3.4/ex3_4.sce @@ -0,0 +1,9 @@ +//chapter 3
+//loop antenna
+printf("\n");
+l=1;
+b=1;
+A=l*b;
+lamda=100;
+Rrad=31200*(A/lamda^2);
+printf("the radiation resistance is %gohm",Rrad);
|