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 --- 1448/CH2/EX2.2.e/E2_2.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 1448/CH2/EX2.2.e/E2_2.sce (limited to '1448/CH2/EX2.2.e') diff --git a/1448/CH2/EX2.2.e/E2_2.sce b/1448/CH2/EX2.2.e/E2_2.sce new file mode 100755 index 000000000..389bc1cf9 --- /dev/null +++ b/1448/CH2/EX2.2.e/E2_2.sce @@ -0,0 +1,8 @@ +clc +//Initialization of variables +work=-622 //kJ +heat=-82 //kJ +//Calculations +U=work+heat +//results +printf('The persons internal energy falls by %d kJ',U) -- cgit