diff options
Diffstat (limited to '620/CH8/EX8.1/example8_1.sce')
-rw-r--r-- | 620/CH8/EX8.1/example8_1.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/620/CH8/EX8.1/example8_1.sce b/620/CH8/EX8.1/example8_1.sce new file mode 100644 index 000000000..11e1d89bd --- /dev/null +++ b/620/CH8/EX8.1/example8_1.sce @@ -0,0 +1,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);
\ No newline at end of file |