A radioactive decay chain consists of a series of nuclides, each decaying into the next.
Suppose we have a chain of N isotopes:
Each isotope decays exponentially based on its decay constant (λ)
Given:
  • A vector of decay constants lambda = []
  • An initial vector of isotope amounts A0 = []
  • A scalar time t
Compute the amounts of all isotopes at time t. Round to the nearest integer. All decay constants will be in inverse seconds and time will be in seconds.

Solution Stats

5 Solutions

5 Solvers

Last Solution submitted on Feb 26, 2026

Last 200 Solutions

Solution Comments

Show comments
Loading...