summaryrefslogtreecommitdiff
path: root/761/CH14/EX14.7/14_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '761/CH14/EX14.7/14_7.sce')
-rwxr-xr-x761/CH14/EX14.7/14_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/761/CH14/EX14.7/14_7.sce b/761/CH14/EX14.7/14_7.sce
new file mode 100755
index 000000000..d6686a192
--- /dev/null
+++ b/761/CH14/EX14.7/14_7.sce
@@ -0,0 +1,11 @@
+clc;
+//page no 477
+//prob no. 14.7
+//A generator sends 50mW at 50ohm line & reflection coeff I=0.5
+Pi=50;I=0.5;
+//Determination of amount of power reflected
+Pr=(I^2)*Pi;
+disp('mW',Pr,'The amount of power reflected is');
+//Determination of remainder power that reaches load
+Pl=Pi-Pr;
+disp('mW',Pl,'The power dissipated in load is'); \ No newline at end of file