summaryrefslogtreecommitdiff
path: root/620/CH8/EX8.1/example8_1.sce
blob: 11e1d89bdb3d53aa90a5ff5e12b19d2e6f9ab9f7 (plain)
1
2
3
4
5
6
7
8
9
a=3;
p1=0.84;
p2=0.96;
disp("Part a");
c1=a*p1;
disp("Capacity retention (in Ah) after 20 months at 20 °C is"); disp(c1);
disp("Part b");
c2=a*p2;
disp("Capacity retention (in Ah) after 20 months at 45 °C is"); disp(c2);