summaryrefslogtreecommitdiff
path: root/620/CH6/EX6.7/example6_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH6/EX6.7/example6_7.sce')
-rw-r--r--620/CH6/EX6.7/example6_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/620/CH6/EX6.7/example6_7.sce b/620/CH6/EX6.7/example6_7.sce
new file mode 100644
index 000000000..63add7793
--- /dev/null
+++ b/620/CH6/EX6.7/example6_7.sce
@@ -0,0 +1,11 @@
+r1=600;
+v=60;
+disp("Part a");
+r=r1/3;
+disp("the total circuit resistance is"); disp(r);
+disp("Part b");
+i=v/r;
+disp("the total current drawn (in A) from the source is"); disp(i);
+disp("Part c");
+i1=i/3;
+disp("the current drawn (in A) by each resistor is"); disp(i1); \ No newline at end of file