summaryrefslogtreecommitdiff
path: root/3755/CH6/EX6.27
diff options
context:
space:
mode:
Diffstat (limited to '3755/CH6/EX6.27')
-rw-r--r--3755/CH6/EX6.27/Ex6_27.sce16
1 files changed, 16 insertions, 0 deletions
diff --git a/3755/CH6/EX6.27/Ex6_27.sce b/3755/CH6/EX6.27/Ex6_27.sce
new file mode 100644
index 000000000..22fc2e915
--- /dev/null
+++ b/3755/CH6/EX6.27/Ex6_27.sce
@@ -0,0 +1,16 @@
+clear
+//
+//
+//
+
+//Variable declaration
+h=6.62*10^-34; //planck's constant(J-sec)
+m=10^-6; //mass of electron(kg)
+deltav=5.5*10^-20; //speed(m/sec)
+
+//Calculations
+delta_p=m*deltav; //uncertainity in momentum(kg m/sec)
+deltax=h/(4*%pi*delta_p); //uncertainity in position of dust particle(m)
+
+//Result
+printf("\n uncertainity in position of dust particle is %0.2f *10^-10 m",deltax*10^10)