pls i need help fast
古いコメントを表示
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 件のコメント
Steven Lord
2020 年 7 月 17 日
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
2020 年 7 月 17 日
madhan ravi
2020 年 7 月 17 日
And you will delete your question content in few minutes probably ;)
回答 (1 件)
madhan ravi
2020 年 7 月 17 日
1 投票
https://www.mathworks.com/help/matlab/math/parameterizing-functions.html and loop through h and k
3 件のコメント
Saladin Hossam
2020 年 7 月 17 日
Saladin Hossam
2020 年 7 月 17 日
Saladin Hossam
2020 年 7 月 17 日
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!