From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3866/CH2/EX2.5/Ex2_5.sce | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 3866/CH2/EX2.5/Ex2_5.sce (limited to '3866/CH2/EX2.5') 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)'); -- cgit