diff options
Diffstat (limited to '2102/CH1/EX1.22')
-rwxr-xr-x | 2102/CH1/EX1.22/exa_1_22.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2102/CH1/EX1.22/exa_1_22.sce b/2102/CH1/EX1.22/exa_1_22.sce new file mode 100755 index 000000000..92af74a44 --- /dev/null +++ b/2102/CH1/EX1.22/exa_1_22.sce @@ -0,0 +1,10 @@ +// Exa 1.22
+clc;
+clear;
+close;
+// Given data
+miu_p= 0.05;// in m^2/v-sec
+rho=5*10^28/10^8;// in /m^3
+q= 1.6*10^-19;// in C
+sigma= q*rho*miu_p;// in (Ωm)^-1
+disp(sigma,"The conductivity of silicon material in (Ωm)^-1 is : ")
|