diff options
Diffstat (limited to '3769/CH24/EX24.15/Ex24_15.sce')
-rw-r--r-- | 3769/CH24/EX24.15/Ex24_15.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3769/CH24/EX24.15/Ex24_15.sce b/3769/CH24/EX24.15/Ex24_15.sce new file mode 100644 index 000000000..783c73426 --- /dev/null +++ b/3769/CH24/EX24.15/Ex24_15.sce @@ -0,0 +1,15 @@ +clear +//Given +Z=2 +e=1.6*10**-19 +e1=8.854*10**-12 +n=3 +h=6.62*10**-34 +c=3*10**8 + +//Calculation +v=(Z*e**2)/(2*e1*n*h) +a=v/c + +//Result +printf("\n Speed of the electron is %0.3f ",a) |