From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 2006/CH5/EX5.1/ex5_1.sce | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 2006/CH5/EX5.1/ex5_1.sce (limited to '2006/CH5/EX5.1/ex5_1.sce') diff --git a/2006/CH5/EX5.1/ex5_1.sce b/2006/CH5/EX5.1/ex5_1.sce new file mode 100755 index 000000000..fd8daef5d --- /dev/null +++ b/2006/CH5/EX5.1/ex5_1.sce @@ -0,0 +1,5 @@ +clc; +Q12=-250; // Heat transfer during Discharging of battery in kcal +W21=-0.53; // Consumption of electricity dring Charging process in kWh +Q21=(W21*3600)-(Q12*4.1868); // First law of thermodynamics +disp ("kJ",Q21,"Heat loss from battery during charging process"); -- cgit