diff options
Diffstat (limited to '3363/CH4/EX4.6/Ex4_6.sce')
-rwxr-xr-x | 3363/CH4/EX4.6/Ex4_6.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3363/CH4/EX4.6/Ex4_6.sce b/3363/CH4/EX4.6/Ex4_6.sce new file mode 100755 index 000000000..67877d30a --- /dev/null +++ b/3363/CH4/EX4.6/Ex4_6.sce @@ -0,0 +1,9 @@ +//Example 4.6, Page 120 +clc +rho=9*10^9//in nt-m2/coul2 +m=9.11*10^-31//in kg +e=1.6*10^-19//coul +h=1.05*10^-34//in j-sec +E=-(rho*m*e^4)/(2*h^2) +printf("\n Binding energy is %e Joule ",E) +//Answer given in the book is wrong
\ No newline at end of file |