diff options
Diffstat (limited to '2753/CH6/EX6.3/Ex6_3.sce')
-rwxr-xr-x | 2753/CH6/EX6.3/Ex6_3.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/2753/CH6/EX6.3/Ex6_3.sce b/2753/CH6/EX6.3/Ex6_3.sce new file mode 100755 index 000000000..8fb214111 --- /dev/null +++ b/2753/CH6/EX6.3/Ex6_3.sce @@ -0,0 +1,13 @@ +//Example 6.3: +clc; +clear; +close; +//given data : +format('v',4) +a=5.6*10^-6/2;// channel width in m +epsilon0=8.86*10^-12;// in F/m +epsilon=12*epsilon0;// in F/m +Nd=10^21;// in m^-3 +e=1.6*10^-19;// in V +Vp=e*Nd*a^2/(2*epsilon); +disp(Vp,"Pinch off voltage,Vp(V) = ") |