summaryrefslogtreecommitdiff
path: root/2102/CH2/EX2.17
diff options
context:
space:
mode:
Diffstat (limited to '2102/CH2/EX2.17')
-rwxr-xr-x2102/CH2/EX2.17/exa_2_17.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/2102/CH2/EX2.17/exa_2_17.sce b/2102/CH2/EX2.17/exa_2_17.sce
new file mode 100755
index 000000000..9fa132acf
--- /dev/null
+++ b/2102/CH2/EX2.17/exa_2_17.sce
@@ -0,0 +1,12 @@
+// Exa 2.17
+clc;
+clear;
+close;
+// Given data
+miu_n= 0.145;// in m^2/Vs
+miu_p= 0.05;// in m^2/Vs
+q=1.6*10^-19;// in C
+n=10^15;// per m^3
+p=10^2;// per m^3
+rho= 1/(q*(n*miu_n+p*miu_p));// in Ωm
+disp(rho,"The resistivity in Ωm is :")