summaryrefslogtreecommitdiff
path: root/446/CH4/EX4.9/4_9.sce
blob: cfe3100496da4326b2e3cdf0154863c0f7cc38f5 (plain)
1
2
3
4
5
6
7
8
9
clear
clc
disp('Ex-4.9')
h=1.05*10^-34;  //value of planck's constant in J.sec
delx= 1;        // uncertainity in positon= dimension of the ball
delp=h/delx;    // uncertainity in momentum 
m=0.1;          //mass of the ball in kg
delv=delp/m;    // uncertainity in velocity
printf('The value of minimum velocity was found out to be %1.2e m/sec',delv);