From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3411/CH15/EX7.1.u2/Ex7_1_u2.sce | 11 +++++++++++ 3411/CH15/EX7.1.u2/Ex7_1_u2.txt | 1 + 2 files changed, 12 insertions(+) create mode 100644 3411/CH15/EX7.1.u2/Ex7_1_u2.sce create mode 100644 3411/CH15/EX7.1.u2/Ex7_1_u2.txt (limited to '3411/CH15/EX7.1.u2') diff --git a/3411/CH15/EX7.1.u2/Ex7_1_u2.sce b/3411/CH15/EX7.1.u2/Ex7_1_u2.sce new file mode 100644 index 000000000..a17e3227c --- /dev/null +++ b/3411/CH15/EX7.1.u2/Ex7_1_u2.sce @@ -0,0 +1,11 @@ +//Example 7_1_u2 +clc(); +clear; +//To calculate the mean free path +mn=0.26*0.91*10^-30 +un=1000*10^-4 +e=1.6*10^-19 +tc=(mn*un)/e +vth=10^7 +meanfreepath=vth*tc*10^7 //units in nm +printf("The mean free path is given by L=%.1f nm",meanfreepath) diff --git a/3411/CH15/EX7.1.u2/Ex7_1_u2.txt b/3411/CH15/EX7.1.u2/Ex7_1_u2.txt new file mode 100644 index 000000000..f153fb915 --- /dev/null +++ b/3411/CH15/EX7.1.u2/Ex7_1_u2.txt @@ -0,0 +1 @@ +The mean free path is given by L=14.8 nm \ No newline at end of file -- cgit