From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1019/CH3/EX3.21/Example_3_21.sce | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 1019/CH3/EX3.21/Example_3_21.sce (limited to '1019/CH3/EX3.21') diff --git a/1019/CH3/EX3.21/Example_3_21.sce b/1019/CH3/EX3.21/Example_3_21.sce new file mode 100644 index 000000000..eb12f0451 --- /dev/null +++ b/1019/CH3/EX3.21/Example_3_21.sce @@ -0,0 +1,13 @@ +//Example 3.21 +clear; +clc; + +//Given +delE=-240500;//energy liberated in J mol^-1 +T1=300;//initial temperature in K +Cv=24.15;//specific heat of water at constant volume in J K^-1 mol^-1 + +//To determine maximum temperature +T2=(-delE/Cv)+300;//maximum temperature in K +mprintf('The maximum temperature = %i K',T2); +//end \ No newline at end of file -- cgit