diff options
Diffstat (limited to '1787/CH2/EX2.8/Exa2_8.sce')
-rwxr-xr-x | 1787/CH2/EX2.8/Exa2_8.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/1787/CH2/EX2.8/Exa2_8.sce b/1787/CH2/EX2.8/Exa2_8.sce new file mode 100755 index 000000000..dcec43a3f --- /dev/null +++ b/1787/CH2/EX2.8/Exa2_8.sce @@ -0,0 +1,13 @@ +//Exa 2.8
+clc;
+clear;
+close;
+//given data
+ni=2.5*10^13;//in cm^-3
+e=1.6*10^-19;//in coulamb
+MUh=1800;//in cm^2/V-s
+MUe=3800;//in cm^2/V-s
+SIGMAi=ni*e*(MUe+MUh);//in (ohm-cm)^-1
+RHOi=1/SIGMAi;//in ohm-cm
+disp(SIGMAi,"Intrinsic conductivity in (ohm-cm)^-1 : ");
+disp(RHOi,"Intrinsic resistivity in ohm-cm : ");
\ No newline at end of file |