diff options
Diffstat (limited to '2863/CH2/EX2.35/ex2_35.sce')
-rwxr-xr-x | 2863/CH2/EX2.35/ex2_35.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2863/CH2/EX2.35/ex2_35.sce b/2863/CH2/EX2.35/ex2_35.sce new file mode 100755 index 000000000..b88273964 --- /dev/null +++ b/2863/CH2/EX2.35/ex2_35.sce @@ -0,0 +1,11 @@ +//chapter 2
+printf("\n");
+Gt=1.5;
+Gr=1.5;
+d=10;
+Pt=15;
+f=10^9;
+c=3*10^8;
+lamda=c/f;
+Pr=Pt*Gt*Gr*(lamda/(4*(%pi)*d))^2;
+printf("the radiated power is %gW",Pr);
|