diff options
Diffstat (limited to '2921/CH17/EX17.3/Ex17_3.sce')
-rwxr-xr-x | 2921/CH17/EX17.3/Ex17_3.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/2921/CH17/EX17.3/Ex17_3.sce b/2921/CH17/EX17.3/Ex17_3.sce new file mode 100755 index 000000000..d73d83e6d --- /dev/null +++ b/2921/CH17/EX17.3/Ex17_3.sce @@ -0,0 +1,12 @@ +clc; +clear; +mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-17.3 Page No.383\n'); + +//Combined stress using the maximum normal stress theory +Ss=2170; +S=8780; +Sr=S/2+sqrt(Ss^2+(S/2)^2); + +mprintf('\n Combined stress = %f lb/in^2.',Sr); + +//Note-There is an error in the answer given in textbook |