summaryrefslogtreecommitdiff
path: root/2921/CH20/EX20.1/Ex20_1.sce
blob: 315c9aaaeba15946ce783329ff93b8c6956c8604 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc;
clear;
mprintf('MACHINE DESIGN \n Timothy H. Wentzell, P.E. \n EXAMPLE-20.1 Page No.431\n');

//L10 design life
Cd=5050;
Pd=2400;
k=3;
Ld1=(Cd/Pd)^k*10^6;
Ld=Ld1/(1750*60);

mprintf('\n L10 design life = %f hr.',Ld);