diff options
Diffstat (limited to '1697/CH1/EX1.18/Exa1_18.sce')
-rwxr-xr-x | 1697/CH1/EX1.18/Exa1_18.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1697/CH1/EX1.18/Exa1_18.sce b/1697/CH1/EX1.18/Exa1_18.sce new file mode 100755 index 000000000..47e5f18e1 --- /dev/null +++ b/1697/CH1/EX1.18/Exa1_18.sce @@ -0,0 +1,12 @@ +//Exa 1.18
+clc;
+clear;
+close;
+//given data :
+f=20;//in MHz
+f=f*10^6;//in Hz
+le=100;//in m
+c=3*10^8;//speed of light in m/s
+lambda=c/f;//in m
+Rr=160*(%pi*le/lambda)^2;//in ohm
+disp(Rr/1000,"Radiation Resistance in KOhm : ");
\ No newline at end of file |