summaryrefslogtreecommitdiff
path: root/3020/CH14/EX14.9/ex14_9.sce
blob: cac71c25a74b9e7b08e73ec009fdcc7701a3547f (plain)
1
2
3
4
5
6
clc;
clear all;
deltax = 4e-10; // Electron in the position in meters
h = 6.626e-34; // Planck's constant
deltap = h/deltax;
disp('(Kg.m)/s',deltap,'The uncertainity in momentum is')