summaryrefslogtreecommitdiff
path: root/2102/CH1/EX1.19
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH1/EX1.19')
-rwxr-xr-x2102/CH1/EX1.19/exa_1_19.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/2102/CH1/EX1.19/exa_1_19.sce b/2102/CH1/EX1.19/exa_1_19.sce
new file mode 100755
index 000000000..f6c4fa55f
--- /dev/null
+++ b/2102/CH1/EX1.19/exa_1_19.sce
@@ -0,0 +1,14 @@
+// Exa 1.19
+clc;
+clear;
+close;
+// Given data
+ni= 2.25*10^13;// in /cm^3
+e= 1.6*10^-19;// in C
+miu_n= 3800;// in cm^2/vs
+miu_p= 1800;// in cm^2/vs
+no=ni;
+sigma= no*e*(miu_n+miu_p);// in s/cm
+disp(sigma,"The intrinsic conductivity in s/cm is :")
+
+// Note: Answer in the book is wrong due to calculation error to evaluating the value of sigma