this is a short and crisp python program that studies the deccay of radioactive nuclei furthur improvement are encouraged
A Python simulation of radioactive decay using a probabilistic approach. This project demonstrates how atoms decay over time based on random chance and visualizes the process using graphs.
- π Simulates radioactive decay over time
- π² Uses random probability to mimic decay behavior
- π Plots number of remaining atoms vs. time
- π§ͺ A good starter project to understand exponential decay and randomness in physics
Install the following Python libraries before running:
pip install matplotlib