Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

i need help writing a python code for this one. Write a complete Jupyter noteboo

ID: 3727042 • Letter: I

Question

i need help writing a python code for this one.

Write a complete Jupyter notebook like the one sho g the code required to generate a resonance plot wn in httpa://en.vikipedia.org/wiki/Harmonic oscillator Include all relevant equations, explain each step, document all code make sure that you include a reference or link. I would like you to integrate the ODE with scipy.integrate.odeint for a range of driving fre- quencies and damping rates, and use those results to generate a plot that shows the dependence on different parameters If possible you should also compare the numerical results to theoretical predictions https://en.wikipedia.org/wiki/File:Mplwp resonance_zeta envelope.svg

Explanation / Answer

Import asyncio

from Ipython import embed

def run_interactive(app) :

embed( )

def main ( ) :

loop=asyncio.get_event_loop( )

done=loop.run_in_executor(None,run_interactive,app)

loop.run_until_complete(done)