summaryrefslogtreecommitdiff
path: root/1511/CH2/EX2.14/ex2_14.sce
blob: b6123190f81eda157a09f5e2592557bca5cf007d (plain)
1
2
3
4
5
6
7
8
9
// Example 2.14 page no-71
clear
clc

n=4.4*10^22 ///cm^3
mu=3600//cm62/volt-sec
e=1.6*10^-19//C
sigma=n*mu*e*10^-6
printf("\nResistivity, rho=%.3f Ohm-cm",1/sigma)