diff options
Diffstat (limited to '2921/CH8/EX8.4/Ex8_4.sce')
-rwxr-xr-x | 2921/CH8/EX8.4/Ex8_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2921/CH8/EX8.4/Ex8_4.sce b/2921/CH8/EX8.4/Ex8_4.sce new file mode 100755 index 000000000..0f35c966d --- /dev/null +++ b/2921/CH8/EX8.4/Ex8_4.sce @@ -0,0 +1,10 @@ +clc; +clear; +mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-8.4 Page No.165\n'); + +F=35; //[lb] Load +k=73.3; //[lb/in] Spring rate + +x=F/k; //[in] Deflection + +mprintf('\n The deflection in the spring would be %f in.',x); |