Exercise 6 - Radioactive Decay

  1. Write a program to implement the algorithm given in the seminar.
    Graph the number of remaining nuclei as a function of time for
    N0 = 5000, L = 0.03 1/s and dt = 1 s.
    (Take Tmax = 100 s)

  2. Write a program to simulate radioactive decay of Molybdenum-99 (99Mo).
    Graph the number of remaining nuclei as a function of time for
    N0 = 100000, T1/2 = 67 hours and dt = 1 day.
    (Take Tmax = 1 year)