diff options
Diffstat (limited to '2045/CH1/EX1.11/Ex1_11.sce')
-rwxr-xr-x | 2045/CH1/EX1.11/Ex1_11.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2045/CH1/EX1.11/Ex1_11.sce b/2045/CH1/EX1.11/Ex1_11.sce new file mode 100755 index 000000000..c4a3fd95c --- /dev/null +++ b/2045/CH1/EX1.11/Ex1_11.sce @@ -0,0 +1,11 @@ +//pagenumber 32 example 11
+clear
+resist=1*10^3;//ohm
+w=20*10^-6;//wide metre
+w1=400*10^-6;//long metre
+mo1=500;//square centimetre/velocity second
+q=1.6*10^-19;
+conduc=(resist*w*4*10^-6)/w1;
+concentration=((1)/(conduc*mo1*q));
+disp("concentration of acceptor atoms = "+string((concentration))+"per cubic metre");//correction in the book
+
|