summaryrefslogtreecommitdiff
path: root/3769/CH26/EX26.5/Ex26_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH26/EX26.5/Ex26_5.sce')
-rw-r--r--3769/CH26/EX26.5/Ex26_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3769/CH26/EX26.5/Ex26_5.sce b/3769/CH26/EX26.5/Ex26_5.sce
new file mode 100644
index 000000000..e3b74fb01
--- /dev/null
+++ b/3769/CH26/EX26.5/Ex26_5.sce
@@ -0,0 +1,10 @@
+clear
+//Given
+ni=1.5*10**16 ///m**3
+nh=4.5*10**22 ///m**3
+
+//Calculation
+ne=ni**2/nh
+
+//Result
+printf("\n ne in the doped semiconductor is %0.3f *10**9 /m**3",ne*10**-9)