Solving an ODE with ode45 on [0,10]

  • Thread starter Thread starter nashat
  • Start date Start date
  • Tags Tags
    Ode Ode45
AI Thread Summary
To solve the initial value problem using ode45 on the interval [0,10], the equation to be addressed is cost dy/dt + ysint = 2t cos^2(t) with the initial condition y(0) = -Pi. Users are encouraged to utilize MATLAB's help resources by accessing the help page and searching for ode45, as it provides valuable examples and guidance. Additionally, conducting a Google search for ode45 can yield numerous educational resources, particularly from .edu domains. If difficulties persist after reviewing these materials, users should return to the forum with more specific questions for further assistance. Engaging with available resources and seeking targeted help is essential for successfully implementing ode45.
nashat
Messages
1
Reaction score
0

Homework Statement


solve the initial problem using ode45 on the interval [0,10]


Homework Equations



cost dy/dt + ysint = 2t cos^2(t) y(0) = -Pi

The Attempt at a Solution



I have no I dia how to sart
 
Physics news on Phys.org
Matlab has an excellent help page. Press the help button on the tool bar and when the help page comes up, go to search and enter ode45. You can also do a google seach for ode45, usually that comes up with a lot of examples. Check out the ones with .edu. Those are usually the best. Once you have read that and it is still not working for you, then come here and ask a more specific question.
 
Back
Top