diff options
Diffstat (limited to '3840/CH8/EX8.13/Ex8_13.sce')
-rw-r--r-- | 3840/CH8/EX8.13/Ex8_13.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3840/CH8/EX8.13/Ex8_13.sce b/3840/CH8/EX8.13/Ex8_13.sce new file mode 100644 index 000000000..2135328c0 --- /dev/null +++ b/3840/CH8/EX8.13/Ex8_13.sce @@ -0,0 +1,14 @@ +clear +// +// +// + +//Variable declaration +rho=0.2 //resistivity(ohm m) +e=1.602*10**-19 //charge(c) +mewn=0.35 //mobility of charge carriers(m**2/Vs) + +//Calculation +n=1/(rho*mewn*e) //density of donor atoms(electrons/m**3) + +//Result |