diff options
Diffstat (limited to '2045/CH1/EX1.10/Ex1_10.sce')
-rwxr-xr-x | 2045/CH1/EX1.10/Ex1_10.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/2045/CH1/EX1.10/Ex1_10.sce b/2045/CH1/EX1.10/Ex1_10.sce new file mode 100755 index 000000000..aa6fa661e --- /dev/null +++ b/2045/CH1/EX1.10/Ex1_10.sce @@ -0,0 +1,11 @@ +//pagenumber 32 example 10
+clear
+resist=0.12;//ohm metre
+q=1.6*10^-19;
+concn1=((1/resist)/(0.048*q));//concentration of hole
+concne=((1.5*10^16)^(2))/concn1;//concentration of electron
+disp("concentration of hole = "+string((concn1))+"per cubic centimetre");
+disp("concentration of electron = "+string((concne))+"per cubic centimetre");
+
+
+
|