summaryrefslogtreecommitdiff
path: root/3769/CH24/EX24.19/Ex24_19.sce
blob: 14c4de23e50e80e14696f216143b97e0450fd6b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
clear
//Given
m=10                 //Kg
T=2*60*60             //S
rn=8*10**6            //m
h=6.62*10**-34

//Calculation
//
vn=(2*%pi*rn)/T
n=(2*%pi*rn*vn)/h

//Result
printf("\n Quantum number is %0.1f *10**45 ",n*10**-44)