summaryrefslogtreecommitdiff
path: root/620/CH8/EX8.2/example8_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH8/EX8.2/example8_2.sce')
-rw-r--r--620/CH8/EX8.2/example8_2.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/620/CH8/EX8.2/example8_2.sce b/620/CH8/EX8.2/example8_2.sce
new file mode 100644
index 000000000..710e5d7dc
--- /dev/null
+++ b/620/CH8/EX8.2/example8_2.sce
@@ -0,0 +1,12 @@
+a=3;
+p1=0.84;
+p2=0.96;
+i=50*10^(-3);
+disp("Part a");
+c1=a*p1;
+t1=c1/i;
+disp("the length of time (in h) for which the cell can deliver current is"); disp(t1);
+disp("Part b");
+c2=a*p2;
+t2=c2/i;
+disp("the length of time (in h) for which the cell can deliver current is"); disp(t2);