summaryrefslogtreecommitdiff
path: root/3673/CH7/EX7.a.19/Example_a_7_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3673/CH7/EX7.a.19/Example_a_7_19.sce')
-rw-r--r--3673/CH7/EX7.a.19/Example_a_7_19.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3673/CH7/EX7.a.19/Example_a_7_19.sce b/3673/CH7/EX7.a.19/Example_a_7_19.sce
new file mode 100644
index 000000000..798fb7b1a
--- /dev/null
+++ b/3673/CH7/EX7.a.19/Example_a_7_19.sce
@@ -0,0 +1,13 @@
+//Example_a_7_19 page no:285
+clc;
+i=((100/(4+%i*10))-((5*4*%i)/(4+%i*10)));
+Voc=100-(4*(3.55-1.48*%i));
+Isc=25+50*%i;
+Zth=Voc/Isc;
+Z=conj(Zth);
+disp(Z,"the value of load that will receive maximum power is (in ohm)");
+I=Voc/(Zth+Z);
+Imag=sqrt(real(I)^2+imag(I)^2);
+P=Imag^2*real(Z);
+disp(P,"the maximum power delivered to the load is (in W)");
+//power values varies with textbook hence textbook uses rounded off values