summaryrefslogtreecommitdiff
path: root/3875/CH12/EX12.3/Ex12_3.sce
blob: e81e4e45cf0727d041d89a0f7d27667769712f86 (plain)
1
2
3
4
5
6
7
8
9
10
clc;
clear;
delta_x=10^-9 //uncertainity in the position of electron in m
h=6.63*10^-34 //Plancks constant in J-s

//calculation
delta_p=h/(4*%pi*delta_x)

mprintf("The uncertainity in momentum of the electron is greater than or equal to %1.1e kgms^-1",delta_p)
//The answer provided in the textbook is wrong.