summaryrefslogtreecommitdiff
path: root/2102/CH1/EX1.21/exa_1_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH1/EX1.21/exa_1_21.sce')
-rwxr-xr-x2102/CH1/EX1.21/exa_1_21.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2102/CH1/EX1.21/exa_1_21.sce b/2102/CH1/EX1.21/exa_1_21.sce
new file mode 100755
index 000000000..e16c81bf9
--- /dev/null
+++ b/2102/CH1/EX1.21/exa_1_21.sce
@@ -0,0 +1,11 @@
+// Exa 1.21
+clc;
+clear;
+close;
+// Given data
+miu_n= 0.13;// in m^2/v-sec
+lip= 0.05;// in m^2/v-sec
+n=5*10^28/10^9;// in /m^3
+q= 1.6*10^-19;// in C
+sigma= q*n*miu_n;// in (Ωm)^-1
+disp(sigma,"The conductivity of silicon material in (Ωm)^-1 is : ")