summaryrefslogtreecommitdiff
path: root/2921/CH8/EX8.6/Ex8_6.sce
blob: 1e384df881b92c47bd176d6202e6cfbbf5242f75 (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.6 Page No.167\n');

F=322;             //[lb] Force
Delta=4;           //[in] Deflection

U=F*Delta/2;       //[in*lb] Energy

mprintf('\n The energy from the 4-inch deflection was %f lb*in.',U);