diff options
Diffstat (limited to '620/CH25/EX25.23')
-rw-r--r-- | 620/CH25/EX25.23/example25_23.sce | 13 | ||||
-rw-r--r-- | 620/CH25/EX25.23/example25_23.txt | bin | 0 -> 266 bytes |
2 files changed, 13 insertions, 0 deletions
diff --git a/620/CH25/EX25.23/example25_23.sce b/620/CH25/EX25.23/example25_23.sce new file mode 100644 index 000000000..94b0cbc60 --- /dev/null +++ b/620/CH25/EX25.23/example25_23.sce @@ -0,0 +1,13 @@ +z1=4+%i*2;
+z2=6-%i*4;
+v1=24;
+v2=36*(cos(40*%pi/180)+%i*sin(40*%pi/180));
+z=z1+z2;
+i=(v2-v1)/z;
+v=i*z1;
+vth=v+v1;
+zth=z1*z2/z;
+disp("the required load impedance (in Ω) is"); disp(zth);
+i1=v/zth;
+p=(real(i1)^2+imag(i1)^2)*real(zth);
+disp("the maximum power (in W) is"); disp(p);
\ No newline at end of file diff --git a/620/CH25/EX25.23/example25_23.txt b/620/CH25/EX25.23/example25_23.txt Binary files differnew file mode 100644 index 000000000..18f75b7af --- /dev/null +++ b/620/CH25/EX25.23/example25_23.txt |