diff options
Diffstat (limited to '1697/CH1/EX1.6')
-rwxr-xr-x | 1697/CH1/EX1.6/Exa1_6.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/1697/CH1/EX1.6/Exa1_6.sce b/1697/CH1/EX1.6/Exa1_6.sce new file mode 100755 index 000000000..a32b473c2 --- /dev/null +++ b/1697/CH1/EX1.6/Exa1_6.sce @@ -0,0 +1,11 @@ +//Exa 1.6
+clc;
+clear;
+close;
+//given data :
+le=50;//in m
+f=100;//in MHz
+lambda=300/(f);//in m
+Rr=(160*(%pi)^2)*(le/lambda)^2;//in Ohm
+disp(Rr/10^6,"Radiation Resistance in Mohm: ");
+//Note : Answer in the book is wrong
\ No newline at end of file |