summaryrefslogtreecommitdiff
path: root/3845/CH13/EX13.6
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 10:59:42 +0530
committerprashantsinalkar2018-02-03 10:59:42 +0530
commitd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch)
tree612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3845/CH13/EX13.6
parentf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff)
downloadScilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip
Modified the code
Diffstat (limited to '3845/CH13/EX13.6')
-rw-r--r--3845/CH13/EX13.6/Ex13_6.sce2
1 files changed, 1 insertions, 1 deletions
diff --git a/3845/CH13/EX13.6/Ex13_6.sce b/3845/CH13/EX13.6/Ex13_6.sce
index 30e1f2c2e..344ad031d 100644
--- a/3845/CH13/EX13.6/Ex13_6.sce
+++ b/3845/CH13/EX13.6/Ex13_6.sce
@@ -4,7 +4,7 @@ T_0=T_0+273;//Initial temperature (K)
T_f=35;//Final temperature (C)
T_f=T_f+273;//Final temperature (K)
P_0=7*10^5;//Initial pressure (Pa)
-P_f=P_0*T_f/T_0;//Final presssure (after derivation)(Pa)
+P_f=P_0*T_f/T_0;//Final pressure (after derivation)(Pa)
printf('Pressure after temperature rise = %0.2e Pa',P_f)
//Openstax - College Physics
//Download for free at http://cnx.org/content/col11406/latest