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 --- 1442/CH4/EX4.2/4_2.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1442/CH4/EX4.2/4_2.sce (limited to '1442/CH4/EX4.2/4_2.sce') diff --git a/1442/CH4/EX4.2/4_2.sce b/1442/CH4/EX4.2/4_2.sce new file mode 100755 index 000000000..fb3265a24 --- /dev/null +++ b/1442/CH4/EX4.2/4_2.sce @@ -0,0 +1,10 @@ +clc +//initialisation of variables +m= 0.3 //kg +T= 25 //C +T1= 150 //C +cv= 0.7423 //kJ/kg K +//CALCULATIONS +Q= m*cv*(T1-T) +//RESULTS +printf ('heat interaction = %.2f kJ',Q) -- cgit