summaryrefslogtreecommitdiff
path: root/3866/CH2/EX2.5/Ex2_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3866/CH2/EX2.5/Ex2_5.sce')
-rw-r--r--3866/CH2/EX2.5/Ex2_5.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/3866/CH2/EX2.5/Ex2_5.sce b/3866/CH2/EX2.5/Ex2_5.sce
new file mode 100644
index 000000000..cfc821045
--- /dev/null
+++ b/3866/CH2/EX2.5/Ex2_5.sce
@@ -0,0 +1,8 @@
+clear; close; clc;
+
+cox=1.6*10^(-6);//from_previous_example
+v=0.4;
+vto=0.08;//from previus example
+qe=1.602*10^(-19);
+n1=(cox*(v-vto))/qe;
+disp(n1,'ion implant doses(in ions/cm^2)');