My Equation that I'm trying to solve is of the form:
y''(t)=Ccos(y(t)) + Dsin(y(t))
y'(0)=45
y(0)=0
where C=0.2544 and D=2.544
How do I go about solving this? I am really just completely lost here, and I've tried everything I could. I'm really just confused on how to use the scipy odeint function as well. Any help is greatly appreciated! Thanks!!!