diff options
Diffstat (limited to '3875/CH12/EX12.3/Ex12_3.sce')
-rw-r--r-- | 3875/CH12/EX12.3/Ex12_3.sce | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/3875/CH12/EX12.3/Ex12_3.sce b/3875/CH12/EX12.3/Ex12_3.sce index bba9994ea..e81e4e45c 100644 --- a/3875/CH12/EX12.3/Ex12_3.sce +++ b/3875/CH12/EX12.3/Ex12_3.sce @@ -6,5 +6,5 @@ h=6.63*10^-34 //Plancks constant in J-s //calculation
delta_p=h/(4*%pi*delta_x)
-mprintf("The uncertainity in momentum of the electron is = %1.2e kgms^-1",delta_p)
+mprintf("The uncertainity in momentum of the electron is greater than or equal to %1.1e kgms^-1",delta_p)
//The answer provided in the textbook is wrong.
|