summaryrefslogtreecommitdiff
path: root/620/CH25/EX25.8/example25_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH25/EX25.8/example25_8.sce')
-rw-r--r--620/CH25/EX25.8/example25_8.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/620/CH25/EX25.8/example25_8.sce b/620/CH25/EX25.8/example25_8.sce
new file mode 100644
index 000000000..bac57af30
--- /dev/null
+++ b/620/CH25/EX25.8/example25_8.sce
@@ -0,0 +1,5 @@
+z1=20+%i*50;
+z2=15+%i*35;
+z3=-%i*10;
+z=z1+z2+z3;
+disp("total series impedance (in Ω) is"); disp(z); \ No newline at end of file