diff options
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) |