summaryrefslogtreecommitdiff
path: root/3845/CH13/EX13.3/Ex13_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3845/CH13/EX13.3/Ex13_3.sce')
-rw-r--r--3845/CH13/EX13.3/Ex13_3.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH13/EX13.3/Ex13_3.sce b/3845/CH13/EX13.3/Ex13_3.sce
new file mode 100644
index 000000000..6b0ac6b1e
--- /dev/null
+++ b/3845/CH13/EX13.3/Ex13_3.sce
@@ -0,0 +1,8 @@
+//Example 13.3
+L=1275;//Length when coldest (m)
+delta_T=40-(-15);//Temperature range (C)
+alpha=12*10^-6;//Coefficient of linear thermal expansion (C^-1), See Table 13.2
+delta_L=alpha*L*delta_T;//Change in length (m)
+printf('Change in length = %0.2f m',delta_L)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest