summaryrefslogtreecommitdiff
path: root/1760/CH5/EX5.12/EX5_12.sce
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH5/EX5.12/EX5_12.sce')
-rwxr-xr-x1760/CH5/EX5.12/EX5_12.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1760/CH5/EX5.12/EX5_12.sce b/1760/CH5/EX5.12/EX5_12.sce
new file mode 100755
index 000000000..922681328
--- /dev/null
+++ b/1760/CH5/EX5.12/EX5_12.sce
@@ -0,0 +1,8 @@
+ //EXAMPLE 5-12 PG NO304-305
+I2=0.411+%i*0;
+VTH=5+%i*0-(I2*5);
+ZTH=1/(1+(1/2)+(1/5));
+Iab=VTH/(ZTH+(2+%i*2));
+disp('i) VOLTAGE (VTH) is in polar form = '+string (VTH)+'V ');
+disp('i) IMPEDANCE (ZTH) is in polar form = '+string (ZTH)+'ohms ');
+disp('i) Current (Iab) is in polar form = '+string (Iab)+'A ');