Electric circuit - Your turn#
A physical circuit does not respond instantaneously. Suppose there is a delay of \(0.3\) seconds (3 time steps) between the input and the output, i.e., the current \(I\) at time \(t\) corresponds to the voltage \(V\) at time \(t - 3 \Delta t\).
Modify the code in the example to include this delay. If the current is undefined at a certain time, assume it to be zero. Plot \(V\) and \(I\) on the same set of axes using different styles and add a legend.
# TODO: Write your solution below
Exporting your work#
When you’re ready, the easiest way to export the notebook is to File > Print
it and save it as a PDF.
Remove any excessively long, unrelated outputs first by clicking the arrow → next to the output box and then Show/hide output
.
Obviously don’t obscure any necessary output or graphs!