summaryrefslogtreecommitdiff
path: root/3673/CH7/EX7.8/Ex7_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH7/EX7.8/Ex7_8.sce')
-rw-r--r--3673/CH7/EX7.8/Ex7_8.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3673/CH7/EX7.8/Ex7_8.sce b/3673/CH7/EX7.8/Ex7_8.sce
new file mode 100644
index 000000000..23d4c96ea
--- /dev/null
+++ b/3673/CH7/EX7.8/Ex7_8.sce
@@ -0,0 +1,8 @@
+//Example 7_8 page no:268
+clc;
+Zrel=15;
+Zimg=-20;
+Imag=50/30;
+Iang=0-0;
+P=(Imag*Imag)*Zrel//maximum power delivered
+disp(P,"the maximum power delivered to the load is (in W)");//Imag^2 val is rounded in text book so answer vary by 0.333