Problem Set 9: Radiation Exposure

Web-CAT: Submit Python programs to this automated grading platform.

Task Outline

Background Theory

Radioactive decay curve

The Problem Scope

Total radiation exposure

Precise radiation exposure

Approximate radiation exposure

f(5.0) = 5.181

Area of rectangle

Hints

gaps = (stop-start)/step
timeposts = [0] * gaps
timeposts = [5, 6, 7, 8, 9, 10]

Code Distribution

Description File Size File Name
Python Source Code for Radiation Exposure 1.5KB pset09.zip

Contents of pset09.zip:

PSet09RadiationExposure/
├── radiationexposure.py
└── testradiationexposure.py

Specification

Testing

Submission