diff options
Diffstat (limited to '3845/CH29/EX29.9/Ex29_9.sce')
-rw-r--r-- | 3845/CH29/EX29.9/Ex29_9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/3845/CH29/EX29.9/Ex29_9.sce b/3845/CH29/EX29.9/Ex29_9.sce new file mode 100644 index 000000000..8a3c975af --- /dev/null +++ b/3845/CH29/EX29.9/Ex29_9.sce @@ -0,0 +1,8 @@ +//Example 29.9
+delta_t=1*10^-10;//Uncertainty in time (s)
+h=6.63*10^-34;//Planck's constant (J.s)
+delta_E=h/(4*%pi*delta_t);//Uncertainty in energy (J)
+delta_E=delta_E*1/(1.6*10^-19);//Uncertainty in energy (eV)
+printf('Minimum uncertainty in energy = %0.1e eV',delta_E)
+//Openstax - College Physics
+//Download for free at http://cnx.org/content/col11406/latest
|