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
Solution Comments
Show commentsProblem Recent Solvers2
Suggested Problems
-
2 Solvers
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!