summaryrefslogtreecommitdiff
path: root/2534/CH4/EX4.5/Ex4_5.sce
blob: 44981edb86b5b800843695a9c3adc80c1fcec930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Ex4_5
clc
I = 10*10^-3
eta = 1//for germanium
VT = 26*10^-3
tawo = 6*10^-3
CD = I*tawo/eta/VT
disp("I = "+string(I)+"A")//forward current
disp("eta = "+string(eta))
disp("VT = "+string(VT)+"V")//voltagr at room temperature
disp("tawo = "+string(tawo)+"sec")//mean lifetime
disp("CD = I*tao/eta/VT = "+string(CD)+"F")//