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 --- 2102/CH1/EX1.4/exa_1_4.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 2102/CH1/EX1.4/exa_1_4.sce (limited to '2102/CH1/EX1.4') diff --git a/2102/CH1/EX1.4/exa_1_4.sce b/2102/CH1/EX1.4/exa_1_4.sce new file mode 100755 index 000000000..ee7e91343 --- /dev/null +++ b/2102/CH1/EX1.4/exa_1_4.sce @@ -0,0 +1,14 @@ +// Exa 1.4 +clc; +clear; +close; +// Given data +format('v',13) +ni= 2.5*10^19; +q= 1.6*10^-19;// in C +miu_n= 0.36; +miu_p= 0.17; +sigma= q*ni*(miu_n+miu_p);// in s/m +rho= 1/sigma;// in Ωm +disp(sigma,"The conductivity of Ge in s/m is ") +disp(rho,"The resistivity of Ge in Ωm is : ") -- cgit