summaryrefslogtreecommitdiff
path: root/1760/CH2/EX2.76
diff options
context:
space:
mode:
Diffstat (limited to '1760/CH2/EX2.76')
-rwxr-xr-x1760/CH2/EX2.76/EX2_76.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1760/CH2/EX2.76/EX2_76.sce b/1760/CH2/EX2.76/EX2_76.sce
new file mode 100755
index 000000000..b2c5855c4
--- /dev/null
+++ b/1760/CH2/EX2.76/EX2_76.sce
@@ -0,0 +1,7 @@
+Z1=8+%i*10;
+Z2=7+%i*9;
+Z3=5-%i*2;
+Z={Z1*Z2}/{Z1+Z2};
+disp('vi) IMPEDANCE (Z) is in polar form = '+string (Z) +' ohm ');
+TZ=Z+Z3;
+disp('vi) TOTAL IMPEDANCE (TZ) is = '+string (TZ) +' ohm ');