diff options
author | priyanka | 2015-06-24 15:03:17 +0530 |
---|---|---|
committer | priyanka | 2015-06-24 15:03:17 +0530 |
commit | b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch) | |
tree | ab291cffc65280e58ac82470ba63fbcca7805165 /3363/CH13/EX13.1/Ex13_1.sce | |
download | Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2 Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip |
initial commit / add all books
Diffstat (limited to '3363/CH13/EX13.1/Ex13_1.sce')
-rwxr-xr-x | 3363/CH13/EX13.1/Ex13_1.sce | 7 |
1 files changed, 7 insertions, 0 deletions
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) |