summaryrefslogtreecommitdiff
path: root/3648/CH11/EX11.8/Ex11_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH11/EX11.8/Ex11_8.sce')
-rw-r--r--3648/CH11/EX11.8/Ex11_8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3648/CH11/EX11.8/Ex11_8.sce b/3648/CH11/EX11.8/Ex11_8.sce
new file mode 100644
index 000000000..1016526b6
--- /dev/null
+++ b/3648/CH11/EX11.8/Ex11_8.sce
@@ -0,0 +1,9 @@
+//Example 11_8
+clc();
+clear;
+//To findout how much longer is at 35 degrees
+alpha=10*10^-6 //Units in Centigrade
+dist=20 //Unis in meters
+t=50 //Units in centigrade
+L=alpha*dist*t //Units in meters
+printf("The slab is longer by=%.3f meters",L)