diff options
Diffstat (limited to '3636/CH13/EX13.3')
-rw-r--r-- | 3636/CH13/EX13.3/Ex13_3.sce | 13 | ||||
-rw-r--r-- | 3636/CH13/EX13.3/Ex13_3.txt | 4 |
2 files changed, 17 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)= ")
+
+
diff --git a/3636/CH13/EX13.3/Ex13_3.txt b/3636/CH13/EX13.3/Ex13_3.txt new file mode 100644 index 000000000..4a6cef9f2 --- /dev/null +++ b/3636/CH13/EX13.3/Ex13_3.txt @@ -0,0 +1,4 @@ +
+ avalanche-zone velocity is (cm/s)=
+
+ 6.25D+07
\ No newline at end of file |