diff options
Diffstat (limited to '1826/CH12/EX12.4/ex12_4.sce')
-rwxr-xr-x | 1826/CH12/EX12.4/ex12_4.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1826/CH12/EX12.4/ex12_4.sce b/1826/CH12/EX12.4/ex12_4.sce new file mode 100755 index 000000000..c5c74f485 --- /dev/null +++ b/1826/CH12/EX12.4/ex12_4.sce @@ -0,0 +1,12 @@ +// Example 12.4, page no-351
+clear
+clc
+alfe=8.8*10^-6//per K
+t1=1300//K
+t2=327//K
+delT=t1-t2
+E=370 //GPa
+ep=alfe*delT
+sig=ep*E
+printf("\nThe unconstrained thermal expansion produced by the heating is %.4f *10^-3",ep*10^3)
+printf("\nthe compression stress produced by heating is %.3f GPa",sig)
|