summaryrefslogtreecommitdiff
path: root/3769/CH23/EX23.19/Ex23_19.sce
blob: bc9d053cc2876e01e6df816e0211df43c43c0322 (plain)
1
2
3
4
5
6
7
8
9
10
clear
//Given
l=2.0*10**-10                   //m
h=6.62*10**-34

//Calculation
p=h/l

//Result
printf("\n Momentum of electrons is %0.3f  Kg m/s", p)