diff options
Diffstat (limited to '3401/CH10/EX10.9/Ex10_9.sce')
-rwxr-xr-x | 3401/CH10/EX10.9/Ex10_9.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3401/CH10/EX10.9/Ex10_9.sce b/3401/CH10/EX10.9/Ex10_9.sce new file mode 100755 index 000000000..e8dd0ef64 --- /dev/null +++ b/3401/CH10/EX10.9/Ex10_9.sce @@ -0,0 +1,11 @@ +clc
+
+T=300 //K
+k=8.617*10**-5//eV/K
+e=1.6*10**-19 //C
+NB=10^17//cm^-3
+beta=100
+BVCEO=15//V
+
+BVCBO=(beta)^(1/3)*BVCEO
+disp(BVCBO,"in V is=")
|