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 --- 3363/CH13/EX13.1/Ex13_1.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 3363/CH13/EX13.1/Ex13_1.sce (limited to '3363/CH13/EX13.1/Ex13_1.sce') diff --git a/3363/CH13/EX13.1/Ex13_1.sce b/3363/CH13/EX13.1/Ex13_1.sce new file mode 100755 index 000000000..0b9e695cd --- /dev/null +++ b/3363/CH13/EX13.1/Ex13_1.sce @@ -0,0 +1,7 @@ +//Example 13.1, Page no 471 +clc +m=9.11*10^-31//in kg +h=6.63*10^-34//in j-s +ef=4.72*1.60*10^-19//in J +n=%pi*(((8*m)/h**2)^(3/2))*((ef**(3/2))/3) +printf("\n The number of electron per unit volume in lithium is %e /m^3",n) -- cgit