summaryrefslogtreecommitdiff
path: root/1826/CH12/EX12.2
diff options
context:
space:
mode:
Diffstat (limited to '1826/CH12/EX12.2')
-rwxr-xr-x1826/CH12/EX12.2/ex12_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1826/CH12/EX12.2/ex12_2.sce b/1826/CH12/EX12.2/ex12_2.sce
new file mode 100755
index 000000000..ddb035b5c
--- /dev/null
+++ b/1826/CH12/EX12.2/ex12_2.sce
@@ -0,0 +1,10 @@
+// Example 12.2, page no-350
+clear
+clc
+
+alfe=5.3*10^-6//per k
+lo=0.1//m
+delT=973//K
+delL=alfe*lo*delT
+printf("The change in length produced by heating is %.3f mm",delL*10^3)
+