diff options
Diffstat (limited to '548/CH10/EX10.2')
-rwxr-xr-x | 548/CH10/EX10.2/10_02.sce | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/548/CH10/EX10.2/10_02.sce b/548/CH10/EX10.2/10_02.sce new file mode 100755 index 000000000..54a100182 --- /dev/null +++ b/548/CH10/EX10.2/10_02.sce @@ -0,0 +1,4 @@ +pathname=get_absolute_file_path('10_02.sce')
+filename=pathname+filesep()+'10_02data.sci'
+exec(filename)
+disp("as the applied stress (approx 3513) bar is greater than yield stress but less than ultimate stress of the aluminium rod,it will experience permanent set but will not fracture" )
\ No newline at end of file |