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 --- 24/CH20/EX20.2/Example20_2.sce | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 24/CH20/EX20.2/Example20_2.sce (limited to '24/CH20/EX20.2/Example20_2.sce') diff --git a/24/CH20/EX20.2/Example20_2.sce b/24/CH20/EX20.2/Example20_2.sce new file mode 100755 index 000000000..9aa4e7105 --- /dev/null +++ b/24/CH20/EX20.2/Example20_2.sce @@ -0,0 +1,11 @@ +//Given that +n = 1 //in mole +T = 310 //in K +Vi = 12 //in L +Vf = 19 //in L +R = .0821 //in atm.lit/(mol.K) + +//Sample Probelm 20-2 +printf("**Sample Problem 20-2**\n") +W = n*R*T*log(Vf/Vi) //in atm.lit +printf("The work done by the gas is equal to %fJ", W*1.0125*10^5*10^-3) \ No newline at end of file -- cgit