summaryrefslogtreecommitdiff
path: root/620/CH25/EX25.9/example25_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH25/EX25.9/example25_9.sce')
-rw-r--r--620/CH25/EX25.9/example25_9.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/620/CH25/EX25.9/example25_9.sce b/620/CH25/EX25.9/example25_9.sce
new file mode 100644
index 000000000..62489fb8c
--- /dev/null
+++ b/620/CH25/EX25.9/example25_9.sce
@@ -0,0 +1,5 @@
+v=120;
+v1=40+%i*30;
+v2=25-%i*90;
+v3=v-v1-v2;
+disp("voltage (in V) across the third load is"); disp(v3); \ No newline at end of file