summaryrefslogtreecommitdiff
path: root/2672/CH4/EX4.27/Ex4_27.sce
blob: 89a946f372cc627efe74c1dff58cb8b5ab079327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//Example 4_27
clc;
clear;
close;
format('v',5);
//data for intrinsic Ge
//n0=p0=ni;///for intrinsic
ni=2.5*10^13;//cm^-3
mu_n=3800;//cm^2/V-s
mu_p=1800;//cm^2/V-s
mu=mu_n+mu_p;//cm^2/V-s
e=1.6*10^-19;//C/electron
sigma=e*ni*(mu);//(s/cm)
rho=1/sigma;//ohm-cm
disp(rho,"Resistivity of intrinsic Ge(ohm-cm) : ");