summaryrefslogtreecommitdiff
path: root/620/CH2/EX2.5/example2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH2/EX2.5/example2_5.sce')
-rw-r--r--620/CH2/EX2.5/example2_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/620/CH2/EX2.5/example2_5.sce b/620/CH2/EX2.5/example2_5.sce
new file mode 100644
index 000000000..16aabe2cd
--- /dev/null
+++ b/620/CH2/EX2.5/example2_5.sce
@@ -0,0 +1,9 @@
+disp("Part a");
+q=60;
+t=4*60;
+i=q/t;
+disp("the current flowing in the circuit (in A) is");disp(i);
+disp("Part b");
+t1=10*60;
+q1=i*t1;
+disp("the charge transferred (in C) is"); disp(q1);