summaryrefslogtreecommitdiff
path: root/2153/CH16/EX16.3/ex_16_3.sce
blob: 8cdd874d361c57cbe4321bfdc027833e42f6e17d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//Example 16.3 : neglect the intrinsic conductivity
clc;
clear;
close;
format('v',9)
//given data :
e=1.6*10^-19;
sigma=10^-12;// in mhos/m
mu_n=0.18;// in m^2/V-sec
n=sigma/(e*mu_n);
N=n;
disp(N,"in(/m^3) = ")