Problem 61057. Radioactive Decay Chain

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

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Nov 02, 2025

Solution Comments

Show comments

Problem Recent Solvers2

Suggested Problems

More from this Author61

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!