diff options
Diffstat (limited to '3401/CH10/EX10.10/Ex10_10.sce')
-rwxr-xr-x | 3401/CH10/EX10.10/Ex10_10.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3401/CH10/EX10.10/Ex10_10.sce b/3401/CH10/EX10.10/Ex10_10.sce new file mode 100755 index 000000000..1de0d5066 --- /dev/null +++ b/3401/CH10/EX10.10/Ex10_10.sce @@ -0,0 +1,12 @@ +clc
+
+T=300 //K
+k=8.617*10**-5//eV/K
+e=1.6*10**-19 //C
+alphaF=0.99
+alphaR=0.20
+Ic=1//mA
+IB=0.050//mA
+
+Vcesat=k*T*log(((Ic*(1-alphaR)+IB)*alphaF)/((alphaF*IB-(1-alphaF)*Ic)*alphaR))
+disp(Vcesat,"VCEsat in V is=")
|