+15 XP

Code the Duo

Question 1 of 3

Excitation's dynamics is (w_EIΒ·r_I)/Ο„_E. Take one Euler step for r_E. (Future = current + step Γ— dynamics.)

python
dr_E = (w_EI * r_I[k]) / tau_E
r_E[k+1] =