summaryrefslogtreecommitdiff
path: root/2681/CH8/EX8.23
diff options
context:
space:
mode:
Diffstat (limited to '2681/CH8/EX8.23')
-rwxr-xr-x2681/CH8/EX8.23/Ex8_23.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/2681/CH8/EX8.23/Ex8_23.sce b/2681/CH8/EX8.23/Ex8_23.sce
new file mode 100755
index 000000000..75ab61906
--- /dev/null
+++ b/2681/CH8/EX8.23/Ex8_23.sce
@@ -0,0 +1,7 @@
+//radiated power of an antenna
+//given
+clc
+I=2//amperes
+Rr=300//ohms
+Pr=I^2*Rr//radiated power
+disp(Pr,'the radiated power of anantenna in watts')