+15 XP
Code It: One Euler Step
Question 1 of 2
Euler's rule: Future = current + step Γ dynamics. For the population equation the dynamics is aΒ·p, with a = 0.3. Fill in the dynamics term for one step.
python
p1 = p0 + dt * ()
Code It: One Euler Step
Question 1 of 2
Euler's rule: Future = current + step Γ dynamics. For the population equation the dynamics is aΒ·p, with a = 0.3. Fill in the dynamics term for one step.
p1 = p0 + dt * ()