summaryrefslogtreecommitdiff
path: root/2102/CH2/EX2.22/exa_2_22.sce
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH2/EX2.22/exa_2_22.sce')
-rwxr-xr-x2102/CH2/EX2.22/exa_2_22.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/2102/CH2/EX2.22/exa_2_22.sce b/2102/CH2/EX2.22/exa_2_22.sce
new file mode 100755
index 000000000..1c72c778b
--- /dev/null
+++ b/2102/CH2/EX2.22/exa_2_22.sce
@@ -0,0 +1,13 @@
+// Exa 2.22
+clc;
+clear;
+close;
+// Given data
+miu_n= 1350;// in cm^2/v-sec
+miu_p= 480;// in cm^2/v-sec
+ni=1.52*10^10;// in /cm^3
+q=1.6*10^-19;// in C
+sigma= q*ni*(miu_n+miu_p);// in (Ωcm)^-1
+rho= 1/sigma;// in Ωcm
+disp(sigma,"Conductivity in (Ωcm)^-1 is : ")
+disp(rho,"Resistivity in Ωcm is : ")