summaryrefslogtreecommitdiff
path: root/1511/CH2/EX2.27/ex2_27.sce
diff options
context:
space:
mode:
Diffstat (limited to '1511/CH2/EX2.27/ex2_27.sce')
-rwxr-xr-x1511/CH2/EX2.27/ex2_27.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1511/CH2/EX2.27/ex2_27.sce b/1511/CH2/EX2.27/ex2_27.sce
new file mode 100755
index 000000000..833711358
--- /dev/null
+++ b/1511/CH2/EX2.27/ex2_27.sce
@@ -0,0 +1,8 @@
+// Example 2.27 page no-86
+clear
+clc
+mp=0.4
+T=300
+k=4.82*10^15
+Nv=k*(mp*T)^(3/2)
+printf("Doping concentration, NA = ND = %.2f*10^18 atoms/cm^3",Nv/10^18)