summaryrefslogtreecommitdiff
path: root/2863/CH2/EX2.13/ex2_13.sce
diff options
context:
space:
mode:
Diffstat (limited to '2863/CH2/EX2.13/ex2_13.sce')
-rwxr-xr-x2863/CH2/EX2.13/ex2_13.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/2863/CH2/EX2.13/ex2_13.sce b/2863/CH2/EX2.13/ex2_13.sce
new file mode 100755
index 000000000..432b79d2a
--- /dev/null
+++ b/2863/CH2/EX2.13/ex2_13.sce
@@ -0,0 +1,8 @@
+//chapter 2
+//For quarter wave monopole
+//Rrad=36.5 ohm
+Im=20*(%pi)*10^-3;//from previous problem
+Prad=36.5*((20*(%pi)*10^-3)/sqrt(2))^2;
+printf("the radiated power is %gW",Prad);
+
+