summaryrefslogtreecommitdiff
path: root/1427/CH19/EX19.16/19_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH19/EX19.16/19_16.sce')
-rw-r--r--1427/CH19/EX19.16/19_16.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH19/EX19.16/19_16.sce b/1427/CH19/EX19.16/19_16.sce
new file mode 100644
index 000000000..13d4d1080
--- /dev/null
+++ b/1427/CH19/EX19.16/19_16.sce
@@ -0,0 +1,8 @@
+//ques-19.16
+//Calculating uncertainity in velocity of a cricket ball
+clc
+m=0.1;//mass of ball (in kg)
+dx=100;//uncertainity in position (in pm)
+h=6.6*10^-34;//(in Js)
+dv=h/(4*%pi*m*dx*10^-12);
+printf("The uncertainity in velocity of the ball is %.2f*10^-24 m/s.",dv*10^24);