summaryrefslogtreecommitdiff
path: root/620/CH8/EX8.2/example8_2.sce
blob: 710e5d7dc23a7d8fccc88ed0beacbe7e7f69a147 (plain)
1
2
3
4
5
6
7
8
9
10
11
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);