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 --- 2534/CH4/EX4.4/Ex4_4.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2534/CH4/EX4.4/Ex4_4.sce (limited to '2534/CH4/EX4.4') diff --git a/2534/CH4/EX4.4/Ex4_4.sce b/2534/CH4/EX4.4/Ex4_4.sce new file mode 100755 index 000000000..2612e9b13 --- /dev/null +++ b/2534/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,14 @@ +//Ex4_4 +clc +A = 4*10^-6 +W = 1.5*10^-6 +apsilent_r = 16//for germanium +apsilent_not = 8.85*10^-12//permitivity in vaccum +disp("A = "+string(A)+"m_sq")//cross sectional are +disp("W = "+string(W)+"m")//width of depletion layer +disp("apsient_r = "+string(apsilent_r))//relative permittivity +disp("CT = apsilent*A/W")//transition capacitance +disp(" = "+string(apsilent_r*apsilent_not*A/W)+"F") + + +// note: units given in textbook in the solution for cross sectional area and width are misprinted. -- cgit