diff options
Diffstat (limited to '3636/CH13/EX13.3/Ex13_3.sce')
-rw-r--r-- | 3636/CH13/EX13.3/Ex13_3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3636/CH13/EX13.3/Ex13_3.sce b/3636/CH13/EX13.3/Ex13_3.sce new file mode 100644 index 000000000..205f41891 --- /dev/null +++ b/3636/CH13/EX13.3/Ex13_3.sce @@ -0,0 +1,13 @@ +clear;
+clc;
+J=20*10^3 //in kA/cm^2
+e=1.6*10^-19 //in C
+Nd=2*10^15 //in cm^-3
+
+//Calculation
+vz=J/(e*Nd)
+
+format("e",9)
+disp(vz,"avalanche-zone velocity is (cm/s)= ")
+
+
|