summaryrefslogtreecommitdiff
path: root/3020/CH14/EX14.11/ex14_11.sce
blob: 7061d718921bb9ea247c71fe22675a6235321bd5 (plain)
1
2
3
4
5
6
7
8
9
clc;
clear all;
deltax = 1e-9; // Electron in position in meters
m = 9.1e-31; // Mass of th electron in Kg
h = 6.6e-34; // Planck's Constant
deltap = h/deltax;
deltav = deltap/m;
disp('m/s',deltav,'The minimum uncertainity in velocity is')
// Slight variation in answer as compared to textbook