summaryrefslogtreecommitdiff
path: root/2129/CH1/EX1.21.4/ex1_21_4.sce
blob: 16ac42e889e28a94185577fa9f52044575449e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Exa1.21.4
clc;
clear;
close;
// Given data
Rho = 0.3623 * 10^-3;// in Ohm m
Sigma = 1/Rho;//in mho/m
D = 4.42 * 10^28;// Ge density in atom/m^3
n_d = D / 10^6;// in atom/m^3
e = 1.6 * 10^-19;// in C
Mu = Sigma/(n_d * e);// in m^2/V.sec
disp(Mu,"The mobility of electron in germanium in m^2/V.sec is");