summaryrefslogtreecommitdiff
path: root/3648/CH11/EX11.8
diff options
context:
space:
mode:
Diffstat (limited to '3648/CH11/EX11.8')
-rw-r--r--3648/CH11/EX11.8/Ex11_8.sce9
-rw-r--r--3648/CH11/EX11.8/Ex11_8.txt1
2 files changed, 10 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)
diff --git a/3648/CH11/EX11.8/Ex11_8.txt b/3648/CH11/EX11.8/Ex11_8.txt
new file mode 100644
index 000000000..b5a719d5a
--- /dev/null
+++ b/3648/CH11/EX11.8/Ex11_8.txt
@@ -0,0 +1 @@
+The slab is longer by=0.010 meters \ No newline at end of file