summaryrefslogtreecommitdiff
path: root/3636/CH3/EX3.9/Ex3_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '3636/CH3/EX3.9/Ex3_9.sce')
-rw-r--r--3636/CH3/EX3.9/Ex3_9.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3636/CH3/EX3.9/Ex3_9.sce b/3636/CH3/EX3.9/Ex3_9.sce
new file mode 100644
index 000000000..ee38d6066
--- /dev/null
+++ b/3636/CH3/EX3.9/Ex3_9.sce
@@ -0,0 +1,10 @@
+clear;
+clc;
+
+Boron_impurity=10^18 //in cm^-3
+Phosphorus_impurity=10^16 //in cm^-3
+
+//Calculation
+Density=Boron_impurity-(8*Phosphorus_impurity)
+
+mprintf("Density of majority carriers(holes)= %1.1e cm^-3",Density)