pls i need help fast
Show older comments
the eq is x"+[h+k*cos(t)]x=0
the t on the priod [0,2pi]
and the intial conditions are x(0)=1 and x'(0)=0
i need the all x when the h&k changes from 0 to 100
3 Comments
Steven Lord
on 17 Jul 2020
This sounds like a homework assignment. If it is, show us the code you've written to try to solve the problem and ask a specific question about where you're having difficulty and we may be able to provide some guidance.
If you aren't sure where to start because you're not familiar with how to write MATLAB code, I suggest you start with the MATLAB Onramp tutorial (https://www.mathworks.com/support/learn-with-matlab-tutorials.html) to quickly learn the essentials of MATLAB.
If you aren't sure where to start because you're not familiar with the mathematics you'll need to solve the problem, I recommend asking your professor and/or teaching assistant for help.
If this isn't a homework assignment, see the ode45 function.
Saladin Hossam
on 17 Jul 2020
madhan ravi
on 17 Jul 2020
And you will delete your question content in few minutes probably ;)
Answers (1)
madhan ravi
on 17 Jul 2020
1 vote
https://www.mathworks.com/help/matlab/math/parameterizing-functions.html and loop through h and k
3 Comments
Saladin Hossam
on 17 Jul 2020
Saladin Hossam
on 17 Jul 2020
Saladin Hossam
on 17 Jul 2020
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!