The following homework assignment will be due on Monday, 23.10..
Create a directory for this and all future homework exercises. Since we will be re-using and recycling code it is worthwhile to consider only one directory for all homeworks. Also, as a word of warning: Last year's experience showed that using a developer's surface like IDLE is a good idea but may be dangerous.
Download the existing code, consisting of Radioactive.py, DEq_Solver.py, and Read_Type.py.
In DEq_Solver.py, fill the method "EulerStep(self)" such that it makes one time-step, from xi = x(ti) to xi+1 = x(ti+1).