summaryrefslogtreecommitdiff
path: root/2153/CH16/EX16.7/ex_16_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2153/CH16/EX16.7/ex_16_7.sce')
-rwxr-xr-x2153/CH16/EX16.7/ex_16_7.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2153/CH16/EX16.7/ex_16_7.sce b/2153/CH16/EX16.7/ex_16_7.sce
new file mode 100755
index 000000000..084394214
--- /dev/null
+++ b/2153/CH16/EX16.7/ex_16_7.sce
@@ -0,0 +1,11 @@
+//Example 16.7 : conductivity
+clc;
+clear;
+close;
+//given data :
+e=1.602*10^-19;
+n_i=5.021*10^15; // in m^-3
+mu_n=0.48;// in m^2/V-sec
+mu_p=0.013;// in m^2/V-sec
+sigma=n_i*(e*(mu_n+mu_p));
+disp(sigma,"the conductivity,sigma(ohm^-1 m^-1) = ")