diff options
Diffstat (limited to '3665/CH6/EX6.5/Ex6_5.sce')
-rw-r--r-- | 3665/CH6/EX6.5/Ex6_5.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3665/CH6/EX6.5/Ex6_5.sce b/3665/CH6/EX6.5/Ex6_5.sce new file mode 100644 index 000000000..7e141dcc8 --- /dev/null +++ b/3665/CH6/EX6.5/Ex6_5.sce @@ -0,0 +1,13 @@ +clc//
+//
+//
+
+//Variable declaration
+deltax=0.2*10^-10; //distance(m)
+h=6.626*10^-34; //planck's constant
+
+//Calculation
+deltap=h/(2*%pi*deltax); //uncertainity in momentum(kg m/s)
+
+//Result
+printf("\n uncertainity in momentum is %0.2f *10^-24 kg m/s",deltap*10^24)
|