diff options
Diffstat (limited to '3769/CH24/EX24.19/Ex24_19.sce')
-rw-r--r-- | 3769/CH24/EX24.19/Ex24_19.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH24/EX24.19/Ex24_19.sce b/3769/CH24/EX24.19/Ex24_19.sce new file mode 100644 index 000000000..14c4de23e --- /dev/null +++ b/3769/CH24/EX24.19/Ex24_19.sce @@ -0,0 +1,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) |