summaryrefslogtreecommitdiff
path: root/3875/CH12/EX12.3/Ex12_3.sce
diff options
context:
space:
mode:
authorprashantsinalkar2018-02-03 10:59:42 +0530
committerprashantsinalkar2018-02-03 10:59:42 +0530
commitd1e070fe2d77c8e7f6ba4b0c57b1b42e26349059 (patch)
tree612077a22c8142c0ae754ec11882a4e7d5dc25a4 /3875/CH12/EX12.3/Ex12_3.sce
parentf35ea80659b6a49d1bb2ce1d7d002583f3f40947 (diff)
downloadScilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.gz
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.tar.bz2
Scilab-TBC-Uploads-d1e070fe2d77c8e7f6ba4b0c57b1b42e26349059.zip
Modified the code
Diffstat (limited to '3875/CH12/EX12.3/Ex12_3.sce')
-rw-r--r--3875/CH12/EX12.3/Ex12_3.sce2
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.