summaryrefslogtreecommitdiff
path: root/2183/CH6/EX6.9/Ex_6_9.sce
blob: ae1a2d5ebc421f9783824a7ad96159952769bdb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Example 6.9;//CW operating lifetime
clc;
clear;
close;
d=0.67;//
bo=1.86*10^7;//in h^-1
ea=1.67*10^-19;//
k=1.38*10^-23;//
t=290;//Kelvin
x=((-ea)/(k*t));//
be=((bo)*exp(-40));//in h^-1
t=((-log(d))/be);//in hours
disp(t,"CW operating lifetime in hours is")