summaryrefslogtreecommitdiff
path: root/3845/CH13/EX13.6/Ex13_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3845/CH13/EX13.6/Ex13_6.sce')
-rw-r--r--3845/CH13/EX13.6/Ex13_6.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3845/CH13/EX13.6/Ex13_6.sce b/3845/CH13/EX13.6/Ex13_6.sce
new file mode 100644
index 000000000..30e1f2c2e
--- /dev/null
+++ b/3845/CH13/EX13.6/Ex13_6.sce
@@ -0,0 +1,10 @@
+//Example 13.6
+T_0=18;//Initial temperature (C)
+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)
+printf('Pressure after temperature rise = %0.2e Pa',P_f)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest