summaryrefslogtreecommitdiff
path: root/2921/CH8/EX8.3/Ex8_3.sce
blob: 7e257b3d6aecd1af6e212fb3eb91c2a5b535adba (plain)
1
2
3
4
5
6
7
8
9
10
clc;
clear;
mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-8.3 Page No.165\n');
Lf=2;            //[in] Free length of spring
Dm=0.620;        //[in] Mean diameter of spring

R=Lf/Dm;         //[] Free lengtth to mean diameter ratio

mprintf('\n The ratio of the free length of spring to mean diameter of spring is %f.',R);
mprintf(' From Figure 8.9 for squared and ground ends, this is a stable spring.');